Skip to content

Commit c15af62

Browse files
committed
chore: bump test timeouts
1 parent 1e55831 commit c15af62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default defineConfig({
1010
test: {
1111
globals: true,
1212
restoreMocks: true,
13-
testTimeout: 60_000 * (isWindows ? 2 : 1),
14-
hookTimeout: 60_000 * (isWindows ? 2 : 1),
13+
testTimeout: 60_000 * (isWindows ? 4 : 2),
14+
hookTimeout: 60_000 * (isWindows ? 4 : 2),
1515
include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)'],
1616
passWithNoTests: true,
1717
silent: !process.env.NO_SILENT_TESTS,

0 commit comments

Comments
 (0)