Skip to content

Commit e896755

Browse files
committed
reduce max workers
1 parent 55bec54 commit e896755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha '!(node_modules)/**/*.test.js' -- -R spec --recursive",
5151
"lint": "eslint .",
5252
"docs": "node scripts/generate-readme.js",
53-
"simple-integration-test": "jest --maxWorkers=8 simple-suite",
54-
"complex-integration-test": "jest --maxWorkers=8 integration"
53+
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
54+
"complex-integration-test": "jest --maxWorkers=5 single-event-single-function"
5555
},
5656
"jest": {
5757
"testRegex": "(\\.|/)(tests)\\.js$",

0 commit comments

Comments
 (0)