Skip to content

Commit

Permalink
Add wait timeout during docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
agbpatro committed Nov 13, 2023
1 parent d3cd146 commit 2145fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ integration: generate-certs
@echo "** RUNNING INTEGRATION TESTS **"
./test/integration/pretest.sh
docker-compose -p app -f docker-compose.yml build
docker-compose -p app -f docker-compose.yml up -d --remove-orphans
docker-compose -p app -f docker-compose.yml up -d --remove-orphans --wait --wait-timeout 180
./test/integration/test.sh
docker-compose -p app -f docker-compose.yml down
@echo "** INTEGRATION TESTS FINISHED **"
Expand Down

0 comments on commit 2145fc5

Please sign in to comment.