Skip to content

Commit 85adc0f

Browse files
committed
test: set testTimeout 1000 * 29
1 parent d9d993f commit 85adc0f

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
@@ -4,5 +4,6 @@ export default defineConfig({
44
test: {
55
root: __dirname,
66
include: ['__tests__/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
7+
testTimeout: 1000 * 29,
78
},
89
})

0 commit comments

Comments
 (0)