We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b82bed commit bb55a41Copy full SHA for bb55a41
tests/p2p_no_blocks_test.py
@@ -97,6 +97,9 @@
97
Print("Killing bios node")
98
cluster.biosNode.kill(signal.SIGTERM)
99
100
+ # blocks could be received but not processed, so give a bit of delay for blocks to be processed
101
+ time.sleep(1)
102
+
103
Print("Verify head no longer advancing after bios killed")
104
assert not noBlocks02.waitForHeadToAdvance(), "head advanced on node02 unexpectedly"
105
assert not noBlocks03.waitForHeadToAdvance(), "head advanced on node03 unexpectedly"
0 commit comments