Skip to content

Commit 2c05cd1

Browse files
committed
Increase global testTimeout
1 parent 7e9a241 commit 2c05cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/configs/node.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineConfig } from "vitest/config";
44
export default defineConfig({
55
test: {
66
reporters: "verbose",
7+
testTimeout: 10000,
78
coverage: {
89
reporter: ["text"],
910
provider: "istanbul",

0 commit comments

Comments
 (0)