Skip to content

Commit

Permalink
GH-1058 Verify head is advancing so that LIB movement is after head a…
Browse files Browse the repository at this point in the history
…dvances and not just because of next block
  • Loading branch information
heifner committed Dec 11, 2024
1 parent 2d9b949 commit 0315a7f
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 0315a7f

Please sign in to comment.