mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: bump timeout for node-compat test
This commit is contained in:
parent
2b6967fbb6
commit
228b8b8892
@ -2602,7 +2602,7 @@ describe('Node.js compatibility for client-side', () => {
|
|||||||
expect(await page.innerHTML('body')).toContain('CWD: [available]')
|
expect(await page.innerHTML('body')).toContain('CWD: [available]')
|
||||||
await page.close()
|
await page.close()
|
||||||
})
|
})
|
||||||
}, 20_000)
|
}, 30_000)
|
||||||
|
|
||||||
function normaliseIslandResult (result: NuxtIslandResponse) {
|
function normaliseIslandResult (result: NuxtIslandResponse) {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user