Skip to content

Commit 99bd32b

Browse files
committed
fix(package.json): attempt running jest with 50% of maxWorkers
Refs: IronCoreLabs/recrypt-node-binding#74 (comment)
1 parent 738092e commit 99bd32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build:all": "yarn build:crypto-dependencies && lerna run build",
2525
"build-documentation": "yarn remove-documentation && typedoc",
2626
"pretest:all": "yarn build:all",
27-
"test:all": "jest --coverage --passWithNoTests && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
27+
"test:all": "jest --maxWorkers=50% && lerna run test --scope '@aws-sdk/{fetch-http-handler,hash-blob-browser}' && yarn test:versions",
2828
"test:functional": "jest --config tests/functional/jest.config.js",
2929
"test:integration:legacy": "cucumber-js --fail-fast",
3030
"test:integration:legacy:since:release": "./tests/integ-legacy/index.js",

0 commit comments

Comments
 (0)