Skip to content

Commit 52150d8

Browse files
committed
chore: update timeout config
1 parent 8acc52a commit 52150d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineConfig({
44
test: {
55
reporters: "dot",
66
include: ["test/**/*.test.ts"],
7-
teardownTimeout: 60000,
7+
testTimeout: 60000,
88
coverage: {
99
include: ["src"],
1010
},

0 commit comments

Comments
 (0)