From d1c88e4fa754875fa9edd5e99480ebfe5e4e6e14 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Mon, 17 Aug 2020 16:34:17 +0530 Subject: [PATCH] max workers --- workspace.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace.json b/workspace.json index d81084a528..48ae9090c5 100644 --- a/workspace.json +++ b/workspace.json @@ -384,7 +384,8 @@ "builder": "@nrwl/jest:jest", "options": { "jestConfig": "libs/remix-tests/jest.config.js", - "tsConfig": "libs/remix-tests/tsconfig.spec.json" + "tsConfig": "libs/remix-tests/tsconfig.spec.json", + "maxWorkers": 2 } }, "build": {