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 /tests | |
parent | Merge pull request #6886 (diff) | |
parent | functional_tests: inrease mining timeout (diff) | |
download | monero-83f1d863bd80e5e04c64dfa4d43edd132d1d21d2.tar.xz |
Merge pull request #6927
e79c88e functional_tests: inrease mining timeout (selsta)
Diffstat (limited to 'tests')
-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() |