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

Commit b7f2d36

Browse files
committed
wait 1 more blk for tx_priority test
1 parent 9c4a030 commit b7f2d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/test_priority.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ def test_native_tx_priority(ethermint: Ethermint):
177177
assert rsp["code"] == 0, rsp["raw_log"]
178178
txhashes.append(rsp["txhash"])
179179

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

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

0 commit comments

Comments
 (0)