Skip to content

Commit

Permalink
Merge branch 'main' into sim_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe authored Aug 21, 2023
2 parents f6e9491 + 79c2758 commit ba68894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
deploy_contract,
send_transaction,
wait_for_block,
wait_for_new_blocks,
wait_for_port,
)

Expand Down Expand Up @@ -97,6 +98,7 @@ def test_cosmovisor_upgrade(custom_cronos: Cronos, tmp_path_factory):

custom_cronos.supervisorctl("start", "cronos_777-1-node0", "cronos_777-1-node1")
wait_for_port(ports.evmrpc_port(custom_cronos.base_port(0)))
wait_for_new_blocks(cli, 1)

height = cli.block_height()
target_height = height + 15
Expand Down

0 comments on commit ba68894

Please sign in to comment.