chore(stage): increase startup wait timeout to prevent false-positive warnings

This commit is contained in:
2026-06-14 15:02:27 +02:00
parent ecabe01be0
commit bb861e469f
+1 -1
View File
@@ -82,7 +82,7 @@ dotnet ef database update --project src/NexusReader.Data --startup-project src/N
# 7. Wait for Web Application to respond # 7. Wait for Web Application to respond
echo "⏳ Waiting for Web Application to start on http://localhost:$WEB_PORT..." echo "⏳ Waiting for Web Application to start on http://localhost:$WEB_PORT..."
MAX_WEB_ATTEMPTS=20 MAX_WEB_ATTEMPTS=45
web_attempt=0 web_attempt=0
until curl -s -f "http://localhost:$WEB_PORT" >/dev/null; do until curl -s -f "http://localhost:$WEB_PORT" >/dev/null; do
sleep 2 sleep 2