Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
wait 1 more blk for tx_priority test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 8, 2022
1 parent 9c4a030 commit b7f2d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/test_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ def test_native_tx_priority(ethermint: Ethermint):
assert rsp["code"] == 0, rsp["raw_log"]
txhashes.append(rsp["txhash"])

print("wait for two new blocks, so the sent txs are all included")
wait_for_new_blocks(cli, 2)
print("wait for three new blocks, so the sent txs are all included")
wait_for_new_blocks(cli, 3)

tx_results = [cli.tx_search_rpc(f"tx.hash='{txhash}'")[0] for txhash in txhashes]
tx_indexes = [(int(r["height"]), r["index"]) for r in tx_results]
Expand Down

0 comments on commit b7f2d36

Please sign in to comment.