Skip to content

Commit f581ce3

Browse files
committed
jest: tweak worker count
1 parent d7132be commit f581ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest",
9797
"test:integration": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"",
9898
"test:unit": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"",
99-
"travis:integration": "yarn cover:init && yarn cover:integration --ci --maxWorkers 4 && yarn cover:report-min",
99+
"travis:integration": "yarn cover:init && yarn cover:integration --ci --maxWorkers 2 && yarn cover:report-min",
100100
"travis:unit": "yarn cover:init && yarn cover:unit --ci",
101101
"travis:lint": "yarn lint",
102102
"travis:benchmark": "yarn benchmark --ci",
103-
"appveyor:integration": "yarn cover:init && yarn cover:integration --ci --maxWorkers 4 && yarn cover:report-min",
103+
"appveyor:integration": "yarn cover:init && yarn cover:integration --ci --maxWorkers 2 && yarn cover:report-min",
104104
"appveyor:unit": "yarn cover:init && yarn cover:unit --ci && yarn cover:report-min",
105105
"appveyor:benchmark": "yarn benchmark --ci",
106106
"circleci:test": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --ci",

0 commit comments

Comments
 (0)