We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb39fb commit cb78188Copy full SHA for cb78188
vitest.config.ts
@@ -7,7 +7,7 @@ export default defineConfig({
7
pool: "forks",
8
9
// Package analysis tests require a lot of time.
10
- testTimeout: 40000,
+ testTimeout: 60000,
11
12
coverage: {
13
include: ["src/**"],
0 commit comments