Skip to content

Commit

Permalink
added recommended changes by code rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal committed Nov 11, 2024
1 parent e188853 commit 9a2b428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ jobs:
- name: Check if Talawa Admin App is running
run: |
timeout=${HEALTH_CHECK_TIMEOUT:-60}
echo "Starting health check for application on localhost:4321"
timeout=${HEALTH_CHECK_TIMEOUT:-120}
while ! nc -z localhost 4321 && [ $timeout -gt 0 ]; do
sleep 1
timeout=$((timeout-1))
Expand Down

0 comments on commit 9a2b428

Please sign in to comment.