We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9671ac commit 14f52deCopy full SHA for 14f52de
jest.config.js
@@ -3,6 +3,6 @@ module.exports = {
3
preset: "ts-jest",
4
testEnvironment: "node",
5
coveragePathIgnorePatterns: ["./dist/*"],
6
- maxWorkers: 5,
7
- testTimeout: 30000,
+ maxWorkers: 10,
+ testTimeout: 60000,
8
};
0 commit comments