Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
deeptha-srirangam committed Oct 22, 2024
1 parent 2217cde commit 9731410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
curl -o wait-for-it.sh https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh
chmod +x wait-for-it.sh
./wait-for-it.sh localhost:4500 --timeout=120 --strict -- echo "Service is ready"
./wait-for-it.sh localhost:4500 --timeout=300 --strict -- echo "Service is ready"
- name: Show Docker Compose logs
run: docker compose logs testbed-api
Expand Down

0 comments on commit 9731410

Please sign in to comment.