Skip to content

Commit

Permalink
Merge pull request #16 from zntb/dev
Browse files Browse the repository at this point in the history
Increase the wait time before the health check
  • Loading branch information
zntb authored Oct 7, 2024
2 parents f4d9f23 + 9f1cba6 commit 6e49c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Health Check
run: |
echo "Waiting for server to start..."
sleep 30
sleep 60
echo "Checking health of deployed app..."
response=$(curl --fail https://fullstack-open-part3-ozn9.onrender.com/healthz)
if [ "$response" == "ok" ]; then
Expand Down

0 comments on commit 6e49c37

Please sign in to comment.