Skip to content

Commit

Permalink
Increase health check time limit to allow boot
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaz-polymath authored Sep 28, 2023
1 parent bcdff6e commit 4870434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
server_pid=$!
for i in {1..60}; do
for i in {1..600}; do
echo "Checking server health ($i/60)..."
response=$(curl --silent --fail --write-out "%{http_code}" http://localhost:3000/auth/login)
if [[ "$response" == "200" ]]; then
Expand Down

0 comments on commit 4870434

Please sign in to comment.