Skip to content

Commit

Permalink
add changes from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ansabgillani committed May 16, 2024
1 parent 704d5e0 commit a75aa16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ clean:
@rm -rf $(SCRIPT) $(PERMIT) bundles/

wait-for-container-ready:
./scripts/wait-for-container-ready.sh
TARGET_HEIGHT=1111 ./scripts/wait-for-container-ready.sh
4 changes: 3 additions & 1 deletion contract/scripts/wait-for-container-ready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

cd demo

TARGET_HEIGHT=${TARGET_HEIGHT:1111}

timeout 300 bash -c '
TARGET_HEIGHT=1111
TARGET_HEIGHT=TARGET_HEIGHT='$TARGET_HEIGHT'
SLEEP=10
echo "Waiting for the Agoric service to be fully ready..."
echo "Target block height: $TARGET_HEIGHT"
Expand Down

0 comments on commit a75aa16

Please sign in to comment.