Skip to content

Commit

Permalink
Long sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Dec 4, 2023
1 parent 8e6976b commit 92ebf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run API health checks
run: |
docker run --detach -p 8000:8000 test-image
sleep 5
sleep 30
http_status=$(wget -NS localhost:8000/health/ 2>&1 | grep "HTTP/" | awk '{print $2}')
jq . index.html
Expand Down

0 comments on commit 92ebf3d

Please sign in to comment.