Skip to content

Commit ecc6942

Browse files
committed
ci: double lighthouse load timeout
1 parent 4ca0798 commit ecc6942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-setup.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = async function setup(browser, { url }) {
3131
}, colorMode)
3232

3333
// Navigate and wait for DOM only - Lighthouse will do its own full load
34-
await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 60000 })
34+
await page.goto(url, { waitUntil: 'domcontentloaded', timeout: 120000 })
3535

3636
// Close the page - Lighthouse will open its own with localStorage already set
3737
await page.close()

0 commit comments

Comments
 (0)