diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-03-02 16:26:49 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-03-02 16:25:05 -0500 |
commit | fa6df0de538c15a6d393830af373ac9af6f48125 (patch) | |
tree | 1148da8f049012f33b9a088695cd6adf94d9b1fc /test/fuzz | |
parent | ac5c5d0162a963be6fbaa53261c01705436a65f3 (diff) |
test: Bump timeouts to accomodate really slow disks
Diffstat (limited to 'test/fuzz')
-rwxr-xr-x | test/fuzz/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 1a74c67503..36127c5bc6 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -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, |