We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e55831 commit c15af62Copy full SHA for c15af62
1 file changed
vitest.config.ts
@@ -10,8 +10,8 @@ export default defineConfig({
10
test: {
11
globals: true,
12
restoreMocks: true,
13
- testTimeout: 60_000 * (isWindows ? 2 : 1),
14
- hookTimeout: 60_000 * (isWindows ? 2 : 1),
+ testTimeout: 60_000 * (isWindows ? 4 : 2),
+ hookTimeout: 60_000 * (isWindows ? 4 : 2),
15
include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)'],
16
passWithNoTests: true,
17
silent: !process.env.NO_SILENT_TESTS,
0 commit comments