diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-11-03 11:20:12 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-11-03 11:20:12 -0600 |
| commit | 83f1d863bd80e5e04c64dfa4d43edd132d1d21d2 (patch) | |
| tree | 6d833e0bf0522156e7936717bd06d80086de1b82 | |
| parent | 011b8ebe1815d3fc9a2e3f9372c3a64eda791268 (diff) | |
| parent | e79c88e610bb47696f6462f885468ccb8245f6a0 (diff) | |
| download | monzero-core-83f1d863bd80e5e04c64dfa4d43edd132d1d21d2.tar.gz monzero-core-83f1d863bd80e5e04c64dfa4d43edd132d1d21d2.tar.xz monzero-core-83f1d863bd80e5e04c64dfa4d43edd132d1d21d2.zip | |
Merge pull request #6927
e79c88e functional_tests: inrease mining timeout (selsta)
| -rwxr-xr-x | tests/functional_tests/mining.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/mining.py b/tests/functional_tests/mining.py index 34b4aceab..1eb6b0ba7 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -107,7 +107,7 @@ class MiningTest(): break else: assert False, 'Failed to mine successor to block %d (initial block = %d)' % (seen_height, prev_height) - timeout = 5 + timeout = 10 if via_daemon: res = daemon.stop_mining() |
