mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 15:50:28 -08:00
functional_tests: inrease mining timeout
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user