mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
This commit is contained in:
@ -78,7 +78,7 @@ def main():
|
|||||||
os.path.join(config["environment"]["BUILDDIR"], 'src', 'test', 'fuzz', test_list_selection[0]),
|
os.path.join(config["environment"]["BUILDDIR"], 'src', 'test', 'fuzz', test_list_selection[0]),
|
||||||
'-help=1',
|
'-help=1',
|
||||||
],
|
],
|
||||||
timeout=1,
|
timeout=10,
|
||||||
check=True,
|
check=True,
|
||||||
stderr=subprocess.PIPE,
|
stderr=subprocess.PIPE,
|
||||||
universal_newlines=True,
|
universal_newlines=True,
|
||||||
|
Reference in New Issue
Block a user