Skip to content

Commit 719334d

Browse files
authored
Increase the vitest timeout from 1s to 2s (#7847)
1 parent 60042cb commit 719334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default defineConfig(({ command, mode }) => {
5555
: // Gotcha: 'hanging-process' is very noisey, turn off by default on localhost
5656
// : ['verbose', 'hanging-process'],
5757
['verbose'],
58-
testTimeout: 1000,
58+
testTimeout: 2000,
5959
hookTimeout: 1000,
6060
teardownTimeout: 1000,
6161
retry: 5,

0 commit comments

Comments
 (0)