Skip to content

Commit 73cdc70

Browse files
committed
feat: change vitest timeout
1 parent 9d47c92 commit 73cdc70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config";
22

33
export default defineConfig({
44
test: {
5+
testTimeout: 20000,
56
coverage: {
67
reporter: ["text", "json-summary", "json", "html"],
78
exclude: ["src/cli.mts", "examples/**", "tests/**", "docs/**"],

0 commit comments

Comments
 (0)