Files
Dmitriy Vasyura 05642a313f Retry browser-test page.goto on connection-refused (#315504)
On Windows + Firefox the integration test runner intermittently hits NS_ERROR_CONNECTION_REFUSED on page.goto right after launching a fresh code-server. The server prints 'Web UI available at <url>' before the HTTP listener is fully accepting connections, causing a race when sub-suites (e.g. Git tests) start a new server back-to-back.

Add a small retry loop around the initial page.goto to absorb the transient connection-refused error and reduce CI flakiness.
2026-05-09 20:36:11 -07:00
..