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
test: fix flaky adaptive playwright timeout sub-crawler test
Increase request_handler_timeout from 1s to 10s so the static pipeline
has enough time to reach the handler on slow Windows CI before the
timeout fires. Replace calibrated asyncio.sleep with asyncio.Event().wait()
to block indefinitely instead of relying on a sleep > timeout duration.
Name the mocks for easier debugging if the test fails again.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments