mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
functional_tests: inrease mining timeout
This commit is contained in:
parent
df5779790c
commit
4053e2ae14
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class MiningTest():
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
assert False, 'Failed to mine successor to block %d (initial block = %d)' % (seen_height, prev_height)
|
assert False, 'Failed to mine successor to block %d (initial block = %d)' % (seen_height, prev_height)
|
||||||
timeout = 5
|
timeout = 10
|
||||||
|
|
||||||
if via_daemon:
|
if via_daemon:
|
||||||
res = daemon.stop_mining()
|
res = daemon.stop_mining()
|
||||||
|
|
Loading…
Reference in a new issue