Skip to content

Commit

Permalink
more time for check main container health
Browse files Browse the repository at this point in the history
  • Loading branch information
ferregutie committed Jun 17, 2024
1 parent ad1bf06 commit 9ee612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: docker compose up -d

- name: CHECK HEALTH
run: timeout 120s sh -c 'until docker ps | grep djakart-webapp_djakart | grep -q healthy; do echo "Waiting for container to be healthy..."; sleep 2; done'
run: timeout 240s sh -c 'until docker ps | grep djakart-webapp_djakart | grep -q healthy; do echo "Waiting for container to be healthy..."; sleep 2; done'

- name: LIST CONTAINERS
run: docker ps
Expand Down

0 comments on commit 9ee612d

Please sign in to comment.