Skip to content

Commit

Permalink
Wait 3 minutes for frontend to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Oct 19, 2023
1 parent 364aa30 commit c45bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test-services:
docker compose -f docker-compose.yml -f docker-compose.test.yml up -d

api-test: test-services
docker compose -f docker-compose.yml -f docker-compose.test.yml run api bash -c "../wait-for-it.sh frontend:3000 -t 120"
docker compose -f docker-compose.yml -f docker-compose.test.yml run api bash -c "../wait-for-it.sh frontend:3000 -t 180"
docker compose -f docker-compose.yml -f docker-compose.test.yml run api bash -c "pytest -s tests" || true
docker compose -f docker-compose.yml -f docker-compose.test.yml logs frontend
docker compose -f docker-compose.yml -f docker-compose.test.yml down
Expand Down

0 comments on commit c45bbfa

Please sign in to comment.