Skip to content

Commit c02bee6

Browse files
authored
Merge pull request #640 from frstrtr/ci-steward/web-static-visual-timeout
ci(web-static): raise visual-capture nav+render timeouts for loaded self-hosted runner
2 parents b61b9eb + 92a7a64 commit c02bee6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web-static/sharechain-explorer/tests/visual/capture.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ async function capture(mode, outfile) {
6565
// leaves a non-essential subresource (favicon/image) pending and
6666
// never fires the load event within the timeout; `networkidle0`
6767
// never settles because bundled mode opens a persistent SSE conn.
68-
await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 15000 });
69-
await page.waitForSelector('#defrag-canvas', { timeout: 8000 });
68+
await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 45000 });
69+
await page.waitForSelector('#defrag-canvas', { timeout: 20000 });
7070
// Generous fixed delay lets both paths complete their initial
7171
// fetch + render. Deterministic against the mock server (no live
7272
// data, no SSE pushes).

0 commit comments

Comments
 (0)