mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
This commit is contained in:
parent
fa6e01b2f3
commit
fa2ec9f451
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue