Skip to content

Commit

Permalink
test: bump jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 3, 2024
1 parent a4993df commit 00f409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app-jest/test/browser.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ describe('browser', () => {
const text = await page.getByRole('heading', { name: 'Welcome to Nuxt!' }).textContent()
expect(text).toContain('Welcome to Nuxt!')
await page.close()
}, isWindows ? 60000 : 10000)
}, isWindows ? 60000 : 20000)
})

0 comments on commit 00f409c

Please sign in to comment.