From fa2ec9f4518c1da3ab3592537c6cd204693a6069 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 14 Nov 2019 14:01:05 -0500 Subject: fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs --- test/fuzz/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fuzz/test_runner.py') diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index f19cf924d2..fde99fe496 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -78,7 +78,7 @@ def main(): os.path.join(config["environment"]["BUILDDIR"], 'src', 'test', 'fuzz', test_list_selection[0]), '-help=1', ], - timeout=1, + timeout=10, check=True, stderr=subprocess.PIPE, universal_newlines=True, -- cgit v1.2.3