Skip to content

Commit 00f409c

Browse files
committedDec 3, 2024··
test: bump jest timeout
1 parent a4993df commit 00f409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/app-jest/test/browser.e2e.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ describe('browser', () => {
1313
const text = await page.getByRole('heading', { name: 'Welcome to Nuxt!' }).textContent()
1414
expect(text).toContain('Welcome to Nuxt!')
1515
await page.close()
16-
}, isWindows ? 60000 : 10000)
16+
}, isWindows ? 60000 : 20000)
1717
})

0 commit comments

Comments
 (0)
Please sign in to comment.