Skip to content

Commit

Permalink
Wait 5min for docker to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
CassioMG committed Nov 11, 2024
1 parent 4de1587 commit 87cb57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.anchorPlatformTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
docker compose -f
service-runner/src/main/resources/docker-compose.yaml up -d
- name: Wait for docker to be ready
run: sleep 90 && curl http://localhost:8080/.well-known/stellar.toml
run: sleep 300 && curl http://localhost:8080/.well-known/stellar.toml
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 87cb57b

Please sign in to comment.