We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4993df commit 00f409cCopy full SHA for 00f409c
examples/app-jest/test/browser.e2e.spec.ts
@@ -13,5 +13,5 @@ describe('browser', () => {
13
const text = await page.getByRole('heading', { name: 'Welcome to Nuxt!' }).textContent()
14
expect(text).toContain('Welcome to Nuxt!')
15
await page.close()
16
- }, isWindows ? 60000 : 10000)
+ }, isWindows ? 60000 : 20000)
17
})
0 commit comments