Skip to content

Commit 5639968

Browse files
committed
Try a different maxWorkers setting
Should still dodge the weird GH issue tracked by jestjs/jest#10662 but won't impact local machine runs as much
1 parent 7587c6c commit 5639968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"compile": "cargo-cp-artifact -a cdylib recrypt_node ./bin-package/index.node -- cargo build --release --message-format=json-render-diagnostics",
2727
"clean": "cargo clean && rm -rf dist && rm -rf bin-package && rm -rf build",
2828
"benchmark": "node benchmark/index.js",
29-
"test": "jest --maxWorkers=3"
29+
"test": "jest --maxWorkers=50%"
3030
},
3131
"dependencies": {
3232
"@mapbox/node-pre-gyp": "^1.0.7"

0 commit comments

Comments
 (0)