diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1329eab..cf173a4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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