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.
2 parents b983180 + 627d7f9 commit f767f28Copy full SHA for f767f28
vitest.config.ts
@@ -3,6 +3,6 @@ import { defineConfig } from "vitest/config";
3
4
export default defineConfig({
5
test: {
6
- testTimeout: 10000,
+ testTimeout: 20000,
7
},
8
});
0 commit comments