From 37baf9b29054b32378267579b30fffdd7ac98d8a Mon Sep 17 00:00:00 2001 From: Nauman Date: Wed, 25 Sep 2024 11:37:35 +0500 Subject: [PATCH] chore(repo): update max-workers --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c90ea0a3..0a4eef767 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -193,7 +193,7 @@ commands: parameters: max-workers: type: integer - default: 2 + default: 3 steps: - run: yarn pretest - run: @@ -212,7 +212,7 @@ commands: type: string max-workers: type: integer - default: 2 + default: 3 steps: - compute-hashes - restore_cache: @@ -276,7 +276,7 @@ jobs: - test-harness: os: linux node-version: << parameters.node-version >> - max-workers: 2 + max-workers: 3 test-browser: docker: @@ -302,7 +302,7 @@ jobs: - test-harness: os: windows node-version: *node-active-lts - max-workers: 2 + max-workers: 3 build-nix-binaries: docker: