test: bump timeout for route hmr

This commit is contained in:
Daniel Roe 2025-02-20 13:17:38 +00:00
parent 680e4ed86f
commit 7f82988b5a
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -166,7 +166,7 @@ if (process.env.TEST_ENV !== 'built' && !isWindows) {
expect(pageErrors).toEqual([])
await page.close()
})
}, { timeout: 60_000 })
})
} else {
describe.skip('hmr', () => {})