From 64f65661f665f668236180a3f9fc580327aeccf9 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Thu, 17 Nov 2022 17:32:13 +0100 Subject: [PATCH] Trying 6 workers --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2fe8c114ba..8df00fe762b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -377,7 +377,7 @@ jobs: name: Test command: | cd code - yarn test --coverage --ci --maxWorkers=4 + yarn test --coverage --ci --maxWorkers=6 - store_test_results: path: code/junit.xml - persist_to_workspace: