Skip to content

Commit

Permalink
Merge pull request #1063 from AntelopeIO/GH-1058-interrupt-test
Browse files Browse the repository at this point in the history
On interrupt do not attempt to apply blocks
  • Loading branch information
heifner authored Dec 13, 2024
2 parents 4fb9223 + a66c8b3 commit 4050251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/interrupt_trx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
trans=prodNode.pushMessage(contract, action, data, opts)
assert trans and trans[0], "Failed to push doitslow action"

assert prodNode.waitForHeadToAdvance(blocksToAdvance=3), "prodNode not advancing head after doitforever action"
assert prodNode.waitForLibToAdvance(), "prodNode did not advance lib after doitforever action"
assert prodNode2.waitForLibToAdvance(), "prodNode2 did not advance lib after doitforever action"

Expand Down

0 comments on commit 4050251

Please sign in to comment.