Skip to content

Commit cc7c6fe

Browse files
committed
Increase sleep between launch and kill
1 parent 37b01c5 commit cc7c6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nodeos_read_terminate_at_block_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def executeSnapshotBlocklogTest(cluster, testNodeId, resultMsgs, nodeArgs, termA
382382
assert node.kill(signal.SIGTERM), "Unable to kill"
383383
assert node.relaunch(chainArg=chainArg, timeout=None), f"Unable to relaunch {nodeId}"
384384
# tricky to get a good timing here, need enough for the node to launch, but not complete replay
385-
time.sleep(0.5)
385+
time.sleep(1)
386386
assert node.kill(signal.SIGTERM), "Unable to kill after relaunch"
387387
assert node.relaunch(rmArgs=chainArg), "Unable to relaunch after kill"
388388
assert node.waitForLibToAdvance(), "LIB did not advance after relaunch"

0 commit comments

Comments
 (0)