mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 16:39:58 +00:00
test: bump timeout for route hmr
This commit is contained in:
parent
bb1a376558
commit
cbe38cf52c
@ -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', () => {})
|
||||||
|
Loading…
Reference in New Issue
Block a user