Skip to content

Commit 5a570c0

Browse files
committed
test: longer timeout
1 parent e56bd44 commit 5a570c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/vitest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineConfig } from "vite";
44
export default defineConfig({
55
test: {
66
// Big enough?!
7-
testTimeout: 1000000,
7+
testTimeout: 100000,
8+
hookTimeout: 100000,
89
},
910
});

0 commit comments

Comments
 (0)