functional_tests: inrease mining timeout

This commit is contained in:
selsta 2020-10-22 04:17:11 +02:00
parent faedcded39
commit e79c88e610
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

View File

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