Skip to content

Commit 45e1613

Browse files
committedJan 11, 2025··
chore: double windows timeout
1 parent 1acb335 commit 45e1613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎examples/app-vitest/test/browser.e2e.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { isWindows } from 'std-env'
66
await setup({
77
rootDir: fileURLToPath(new URL('../', import.meta.url)),
88
browser: true,
9-
setupTimeout: isWindows ? 120000 : 10000,
9+
setupTimeout: isWindows ? 240000 : 120000,
1010
})
1111

1212
describe('browser', () => {

0 commit comments

Comments
 (0)
Please sign in to comment.