ci: shorten gateway watch readiness wait

This commit is contained in:
Peter Steinberger
2026-04-23 12:39:48 +01:00
parent 62262d493b
commit 5c9233c64e

View File

@@ -616,7 +616,7 @@ jobs:
fi
if [ "$RUN_GATEWAY_WATCH" = "true" ]; then
start_check "gateway-watch" node scripts/check-gateway-watch-regression.mjs --skip-build
start_check "gateway-watch" node scripts/check-gateway-watch-regression.mjs --skip-build --ready-timeout-ms 5000
fi
for index in "${!pids[@]}"; do