Skip to content

Commit cb78188

Browse files
committed
test: increase timeout
1 parent 3cb39fb commit cb78188

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
@@ -7,7 +7,7 @@ export default defineConfig({
77
pool: "forks",
88

99
// Package analysis tests require a lot of time.
10-
testTimeout: 40000,
10+
testTimeout: 60000,
1111

1212
coverage: {
1313
include: ["src/**"],

0 commit comments

Comments
 (0)