test: bump timeout for route hmr

This commit is contained in:
Daniel Roe 2025-02-20 13:17:38 +00:00
parent bb1a376558
commit cbe38cf52c
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

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