Skip to content

Commit

Permalink
test: bump timeout for node-compat test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 18, 2024
1 parent 2b6967f commit 228b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 228b8b8

Please sign in to comment.