Skip to content

Commit 7a4acf4

Browse files
committed
fix: update test timeout
1 parent 922f24b commit 7a4acf4

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
@@ -1,9 +1,9 @@
11
import { defineConfig } from "vitest/config"
2-
32
export default defineConfig({
43
test: {
54
globals: true,
65
environment: "node",
6+
testTimeout: 60000,
77
exclude: ["**/node_modules/**", "**/dist/**", "**/temp/**", "**/.{idea,git,cache,output,temp}/**"],
88
coverage: {
99
provider: "v8",

0 commit comments

Comments
 (0)