forked from townforge/townforge
functional_tests: more generous timeout for the large sync
This commit is contained in:
parent
514bec111b
commit
907636077e
@ -5567,7 +5567,7 @@ script {
|
||||
res2 = third_daemon.get_info()
|
||||
if res0.top_block_hash == res1.top_block_hash and res0.top_block_hash == res2.top_block_hash:
|
||||
break
|
||||
time.sleep(10)
|
||||
time.sleep(30)
|
||||
loops -= 1
|
||||
assert loops >= 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user