We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b61b9eb + 92a7a64 commit c02bee6Copy full SHA for c02bee6
1 file changed
web-static/sharechain-explorer/tests/visual/capture.mjs
@@ -65,8 +65,8 @@ async function capture(mode, outfile) {
65
// leaves a non-essential subresource (favicon/image) pending and
66
// never fires the load event within the timeout; `networkidle0`
67
// 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 });
+ await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 45000 });
+ await page.waitForSelector('#defrag-canvas', { timeout: 20000 });
70
// Generous fixed delay lets both paths complete their initial
71
// fetch + render. Deterministic against the mock server (no live
72
// data, no SSE pushes).
0 commit comments