Skip to content

Commit

Permalink
try longer sleep in GH actions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Mar 27, 2024
1 parent bd46397 commit c9bc7d1
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 @@ -79,7 +79,7 @@ jobs:
docker-compose up -d
- name: Wait for containers # wait for containers to finish starting
run: sleep 55
run: sleep 120

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

0 comments on commit c9bc7d1

Please sign in to comment.