diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1b2841da63..6f37deb733 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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