Skip to content

Commit 1f8d21c

Browse files
committed
build: longer test timeout
1 parent 1db4aee commit 1f8d21c

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
@@ -5,7 +5,7 @@ export default defineConfig({
55
globals: true,
66
environment: "node",
77
include: ["tests/**/*.test.ts"],
8-
testTimeout: 60000
8+
testTimeout: 5 * 60 * 1000
99
}
1010
});
1111

0 commit comments

Comments
 (0)