Skip to content

Commit ee2d8b2

Browse files
committed
increase the timeout of test_dataset/test7-malicious.pcap
1 parent 2e4c58d commit ee2d8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_config_files/test_config_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_conf_file(
9696
# under CI's parallel pytest-xdist workers, otherwise it gets
9797
# killed mid-run before its graceful shutdown (and zeek files
9898
# cleanup) can happen
99-
run_slips(command, timeout=600)
99+
run_slips(command, timeout=800)
100100
print("Slip is done, checking for errors in the output dir.")
101101
assert_no_errors(output_dir)
102102
print("Comparing profiles with expected profiles")

0 commit comments

Comments
 (0)