Skip to content

Commit

Permalink
improve logs and increase timeouts for backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed Mar 1, 2023
1 parent 6a733c7 commit 0be4832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ setup-warehouse-integration: cleanup-warehouse-integration
echo "Warehouse integration setup successful"; \
else \
echo "Warehouse integration setup failed" ;\
docker logs wh-backend; \
docker-compose -f warehouse/integrations/docker-compose.test.yml logs; \
make cleanup-warehouse-integration; \
exit 1 ;\
fi
Expand Down
2 changes: 1 addition & 1 deletion warehouse/integrations/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ services:
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1
interval: 5s
retries: 50
retries: 100
start_warehouse_integration:
image: alpine:latest
depends_on:
Expand Down

0 comments on commit 0be4832

Please sign in to comment.