Skip to content

Commit cd876d7

Browse files
committed
test: increase timeout
1 parent ee50be7 commit cd876d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import tsconfigPaths from "vite-tsconfig-paths";
44
export default defineConfig({
55
test: {
66
coverage: { include: ["src/**/*.ts"], exclude: ["src/capnp/*.*"] },
7+
testTimeout: 10_000,
78
},
89
plugins: [tsconfigPaths()],
910
});

0 commit comments

Comments
 (0)