Skip to content

Commit 78fe187

Browse files
committed
fix
1 parent c0ec41f commit 78fe187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ export default defineConfig({
2121
globals: true,
2222
include: ['**/*.{test,spec}.{js,jsx,ts,tsx}'],
2323
setupFiles: [resolve(rootDir, './scripts/vitest.setup.ts')],
24+
testTimeout: 50_000,
2425
},
2526
});

0 commit comments

Comments
 (0)