We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd1ee2 commit c8a4234Copy full SHA for c8a4234
vitest.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
tsconfigPaths(),
9
],
10
test: {
11
- testTimeout: 15_000,
+ testTimeout: 30_000,
12
reporters: 'dot',
13
exclude: [
14
'**/vendor/**',
0 commit comments