We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbbc3e2 + 395494d commit c375450Copy full SHA for c375450
tests/nodeos_signal_throw_test.py
@@ -44,7 +44,7 @@ def verifyExceptionShutsdown(node, sig, exception):
44
if node.isProducer:
45
node.waitForProducer("defproducera")
46
node.processUrllibRequest("test_control", "throw_on", {"signal":sig, "exception":exception})
47
- assert node.waitForNodeToExit(timeout=5), f"Node {node.nodeId} did not shutdown on {sig} exception {exception}"
+ assert node.waitForNodeToExit(timeout=10), f"Node {node.nodeId} did not shutdown on {sig} exception {exception}"
48
assert not node.verifyAlive(), f"Node {node.nodeId} did not shutdown on {sig} exception {exception}"
49
assert node.relaunch(), f"Node {node.nodeId} relaunch failed after {sig} exception {exception}"
50
assert node.waitForHeadToAdvance(), f"Node {node.nodeId} did not advance head after relaunch after {sig} exception {exception}"
0 commit comments