wallet_sync timeout to 100s

This commit is contained in:
Gene Hoffman 2021-01-13 15:53:52 -08:00 committed by Gene Hoffman
parent df36e5a43c
commit 148916a155

View File

@ -56,7 +56,7 @@ class TestWalletSync:
# The second node should eventually catch up to the first one, and have the
# same tip at height num_blocks - 1.
await time_out_assert(40, wallet_height_at_least, True, wallet_node, len(default_400_blocks) - 1)
await time_out_assert(100, wallet_height_at_least, True, wallet_node, len(default_400_blocks) - 1)
# Tests a reorg with the wallet
num_blocks = 30