We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d993f commit 85adc0fCopy full SHA for 85adc0f
vitest.config.ts
@@ -4,5 +4,6 @@ export default defineConfig({
4
test: {
5
root: __dirname,
6
include: ['__tests__/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
7
+ testTimeout: 1000 * 29,
8
},
9
})
0 commit comments