Skip to content

Commit

Permalink
Changed port
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyanotfound committed Nov 20, 2024
2 parents 2ec6a97 + 1fe19c1 commit 82c57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
run: |
timeout=120
echo "Starting production health check with ${timeout}s timeout"
while ! nc -z localhost 4321 && [ $timeout -gt 0 ]; do
while ! nc -z localhost 4173 && [ $timeout -gt 0 ]; do
sleep 1
timeout=$((timeout-1))
if [ $((timeout % 10)) -eq 0 ]; then
Expand Down

0 comments on commit 82c57b6

Please sign in to comment.