We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1277a78 commit a2c996fCopy full SHA for a2c996f
1 file changed
jest.config.js
@@ -17,8 +17,8 @@ module.exports = {
17
: process.platform == 'win32'
18
? 5
19
: 1),
20
- // ? Minimum of 10 concurrent tests executed at once; maximum of cpu cores - 1
21
- maxConcurrency: Math.max(require('node:os').cpus().length - 1, 10),
+ // ? Minimum of 2 concurrent tests executed at once; maximum of cpu cores - 1
+ maxConcurrency: Math.max(require('node:os').cpus().length - 1, 2),
22
verbose: false,
23
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
24
setupFilesAfterEnv: ['./test/setup.ts'],
0 commit comments