Skip to content

Commit f767f28

Browse files
authored
Merge pull request #32 from julbrs/fix/extend-test-timeout
Extend test timeout
2 parents b983180 + 627d7f9 commit f767f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { defineConfig } from "vitest/config";
33

44
export default defineConfig({
55
test: {
6-
testTimeout: 10000,
6+
testTimeout: 20000,
77
},
88
});

0 commit comments

Comments
 (0)