Skip to content

Commit 2415d67

Browse files
committed
maxWorkers=100 and maxParallel=4
1 parent 003403b commit 2415d67

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
@@ -21,7 +21,7 @@
2121
"compile": "hardhat compile",
2222
"test": "jest --maxWorkers=100%",
2323
"sanity": "jest --maxWorkers=100% --config=jest.sanity.js",
24-
"defid": "jest --runInBand --config=jest.defid.js",
24+
"defid": "jest --maxWorkers=100% --maxParallel=4 --config=jest.defid.js",
2525
"ci:test": "jest --ci --coverage --forceExit --maxWorkers=4",
2626
"all:clean": "rm -rf ./packages/**/dist && rm -rf ./apps/dist && rm -rf ./packages/**/tsconfig.build.tsbuildinfo",
2727
"all:build": "lerna run build",

0 commit comments

Comments
 (0)