Skip to content

Commit fa2ec9f

Browse files
author
MarcoFalke
committed
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
1 parent fa6e01b commit fa2ec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
os.path.join(config["environment"]["BUILDDIR"], 'src', 'test', 'fuzz', test_list_selection[0]),
7979
'-help=1',
8080
],
81-
timeout=1,
81+
timeout=10,
8282
check=True,
8383
stderr=subprocess.PIPE,
8484
universal_newlines=True,

0 commit comments

Comments
 (0)