Merge pull request #6927

e79c88e functional_tests: inrease mining timeout (selsta)
cmake-rewrite
luigi1111 4 years ago
commit 83f1d863bd
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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()

Loading…
Cancel
Save