mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 15:41:51 +02:00
test: Bump timeouts to accomodate really slow disks
This commit is contained in:
@@ -134,7 +134,7 @@ def main():
|
||||
os.path.join(config["environment"]["BUILDDIR"], 'src', 'test', 'fuzz', test_list_selection[0]),
|
||||
'-help=1',
|
||||
],
|
||||
timeout=10,
|
||||
timeout=20,
|
||||
check=True,
|
||||
stderr=subprocess.PIPE,
|
||||
universal_newlines=True,
|
||||
|
Reference in New Issue
Block a user