Skip to content

Commit

Permalink
fix(ci): adjust upgrade orchestrator wait height
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Jul 8, 2024
1 parent f45a56b commit 0745d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/localnet/scripts/start-upgrade-orchestrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ done

# wait for minimum height
CURRENT_HEIGHT=0
while [[ $CURRENT_HEIGHT -lt 1 ]]
while [[ $CURRENT_HEIGHT -lt 2 ]]
do
CURRENT_HEIGHT=$(curl -s zetacore0:26657/status | jq -r '.result.sync_info.latest_block_height')
echo "current height is ${CURRENT_HEIGHT}, waiting for 1"
Expand Down

0 comments on commit 0745d46

Please sign in to comment.