Skip to content

Commit

Permalink
Increase wait for container healthy time in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jun 26, 2023
1 parent 6a052d9 commit 573161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker-compose up -d
- name: Wait for containers # wait for containers to finish starting
run: sleep 30
run: sleep 45

- name: Check API container
run: docker ps | grep api | grep -q healthy

0 comments on commit 573161d

Please sign in to comment.