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 176345b commit 31c4029Copy full SHA for 31c4029
1 file changed
vitest.config.ts
@@ -4,7 +4,7 @@ const ONE_SECOND = 1_000;
4
5
export default defineConfig({
6
test: {
7
- testTimeout: 100 * ONE_SECOND,
8
- hookTimeout: 150 * ONE_SECOND,
+ testTimeout: 240 * ONE_SECOND,
+ hookTimeout: 240 * ONE_SECOND,
9
},
10
});
0 commit comments