Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 29, 2024
1 parent c160a7e commit f54524e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Build, setup, and start background gcosmos
run: |
make build
make start &
make testnet-start &
- name: Verify gcosmos is running
run: |
sleep 5
sleep 10
RESP=$(curl -s http://127.0.0.1:26657/blocks/watermark --max-time 5 | jq .VotingHeight)
if [[ "$RESP" -le 1 ]]; then
echo "Failed to start gcosmos"
Expand Down

0 comments on commit f54524e

Please sign in to comment.