Skip to content

Commit 14f52de

Browse files
authored
fix: tests (#40)
1 parent d9671ac commit 14f52de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module.exports = {
33
preset: "ts-jest",
44
testEnvironment: "node",
55
coveragePathIgnorePatterns: ["./dist/*"],
6-
maxWorkers: 5,
7-
testTimeout: 30000,
6+
maxWorkers: 10,
7+
testTimeout: 60000,
88
};

0 commit comments

Comments
 (0)