There was an error while loading. Please reload this page.
1 parent 2e4c58d commit ee2d8b2Copy full SHA for ee2d8b2
1 file changed
tests/integration/test_config_files/test_config_files.py
@@ -96,7 +96,7 @@ def test_conf_file(
96
# under CI's parallel pytest-xdist workers, otherwise it gets
97
# killed mid-run before its graceful shutdown (and zeek files
98
# cleanup) can happen
99
- run_slips(command, timeout=600)
+ run_slips(command, timeout=800)
100
print("Slip is done, checking for errors in the output dir.")
101
assert_no_errors(output_dir)
102
print("Comparing profiles with expected profiles")
0 commit comments