Skip to content

Commit 228b8b8

Browse files
committed
test: bump timeout for node-compat test
1 parent 2b6967f commit 228b8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ describe('Node.js compatibility for client-side', () => {
26022602
expect(await page.innerHTML('body')).toContain('CWD: [available]')
26032603
await page.close()
26042604
})
2605-
}, 20_000)
2605+
}, 30_000)
26062606

26072607
function normaliseIslandResult (result: NuxtIslandResponse) {
26082608
return {

0 commit comments

Comments
 (0)