You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: increase start delay for ASGI conformance tests to address flaky failures (#391)
The ASGI conformance tests are failing sporadically with connection refused errors,
where the server appears to not be ready when the test client attempts to connect.
Hypothesis: The default 1-second start delay may be insufficient for Uvicorn/ASGI
server startup in CI environments. This change increases startDelay to 5 seconds
to match the buildpack integration tests, which have been running reliably.
Note: The GitHub Action expects startDelay (camelCase) as an input parameter,
which it then passes to the conformance test client as -start-delay flag.
This is an attempt to diagnose and fix the intermittent failures - further
investigation may be needed if the issue persists.
0 commit comments