diff --git a/vitest.config.ts b/vitest.config.ts index 8207c11..43bca50 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -4,5 +4,6 @@ export default defineConfig({ test: { root: __dirname, include: ['__tests__/**/*.{test,spec}.?(c|m)[jt]s?(x)'], + testTimeout: 1000 * 29, }, })