We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2878da commit c74baabCopy full SHA for c74baab
adex/vitest.config.ts
@@ -2,6 +2,6 @@ import { defineConfig } from 'vite'
2
3
export default defineConfig({
4
test: {
5
- testTimeout: 10_000,
+ testTimeout: 30_000,
6
},
7
})
0 commit comments