functional_tests: inrease mining timeout

pull/377/head
selsta 4 years ago
parent faedcded39
commit e79c88e610
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

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