Skip to content

Commit

Permalink
Update nodeos_eos_evm_test.py
Browse files Browse the repository at this point in the history
test with adding back time.sleep
  • Loading branch information
taokayan authored Aug 26, 2024
1 parent 08028af commit 1ef4f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/nodeos_eos_evm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@ def get_block(num):

Utils.Print("Switching to Savanna")
cluster.activateInstantFinality()
time.sleep(2.0)

info = cluster.biosNode.getInfo(exitOnError=True)
assert (info["head_block_num"] - info["last_irreversible_block_num"]) < 9, "Instant finality enabled LIB diff should be small"
Expand Down

0 comments on commit 1ef4f08

Please sign in to comment.