Skip to content

Commit c7a05bb

Browse files
authored
Merge pull request #1707 from AntelopeIO/GH-1705-snapshot-test-1.2
[1.2.1] Test: Allow more time for node to startup and sync
2 parents e5a3c81 + a1929e6 commit c7a05bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snapshot_in_svnn_transition_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def restartWithSnapshot(node, rmBlocks, updateChainArg=True):
116116
chainArg=None
117117
isRelaunchSuccess = node.relaunch(chainArg=chainArg)
118118
assert isRelaunchSuccess, "Failed to relaunch node with snapshot"
119-
assert node.waitForLibToAdvance(), "LIB did not advance after restart from snapshot"
119+
assert node.waitForLibToAdvance(timeout=60), "LIB did not advance after restart from snapshot"
120120

121121
Print("Restart snapshot node with snapshot with blocks")
122122
restartWithSnapshot(nodeSnap, rmBlocks=False)

0 commit comments

Comments
 (0)