test: bump timeout for node-compat test

This commit is contained in:
Daniel Roe 2024-06-18 17:46:22 +01:00
parent 2b6967fbb6
commit 228b8b8892
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 1 additions and 1 deletions

View File

@ -2602,7 +2602,7 @@ describe('Node.js compatibility for client-side', () => {
expect(await page.innerHTML('body')).toContain('CWD: [available]')
await page.close()
})
}, 20_000)
}, 30_000)
function normaliseIslandResult (result: NuxtIslandResponse) {
return {