Skip to content

Commit

Permalink
user maxWorkers = 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Mar 6, 2024
1 parent e6b7ae0 commit 66c06fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"start:mainnet:debug": "npm run copy-mainnet-config & nest start --watch --debug",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "npm run copy-mainnet-config & nest build & jest",
"test": "npm run copy-mainnet-config & nest build & jest --maxWorkers=4",
"test:watch": "jest --watch",
"test:cov": "jest --coverage --forceExit --detectOpenHandles --config ./src/test/jest-unit-config.json",
"test:cov": "jest --coverage --forceExit --detectOpenHandles --config ./src/test/jest-unit-config.json --maxWorkers=4",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./src/test/jest-e2e.json --forceExit --maxWorkers=4",
"test:e2e:warm": "npm run copy-e2e-mainnet-config & nest build & jest --config ./src/test/jest-e2e-warm.json --forceExit",
Expand Down

0 comments on commit 66c06fc

Please sign in to comment.