functional_tests: more generous timeout for the large sync

This commit is contained in:
Crypto City 2021-04-25 17:38:18 +00:00
parent 514bec111b
commit 907636077e

View File

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