Skip to content

Commit

Permalink
wait less
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 5, 2024
1 parent 0b0f09a commit b1f8504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def assert_commission(adr, expected):
assert rsp["code"] != 0, rsp["raw_log"]
assert cluster.staking_pool() == old_bonded + 2009999498

target_height = cluster.block_height() + 30
target_height = cluster.block_height() + 15
upgrade(cluster, "v3.0.0", target_height, propose_legacy=False)

rsp = cluster.delegate_amount(
Expand Down

0 comments on commit b1f8504

Please sign in to comment.