From 4972d06bebf079883871a7ff2e15d2f82d527bbb Mon Sep 17 00:00:00 2001
From: "metabase-bot[bot]"
 <109303359+metabase-bot[bot]@users.noreply.github.com>
Date: Mon, 29 Apr 2024 16:55:16 +0000
Subject: [PATCH] Use 4 cores running jest tests on CI (#41939) (#41967)

Co-authored-by: Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index a6fd7a0d76f..b78a0c8583a 100644
--- a/package.json
+++ b/package.json
@@ -362,9 +362,9 @@
     "test-qa-dbs:down": "docker-compose -f ./e2e/test/scenarios/docker-compose.yml down",
     "test-qa-dbs:up": "docker-compose -f ./e2e/test/scenarios/docker-compose.yml up -d",
     "test-timezones": "yarn && ./frontend/test/__runner__/run_timezone_tests",
-    "test-timezones-unit": "yarn build:cljs && jest --silent --maxWorkers=2 --config jest.tz.unit.conf.json",
-    "test-unit": "yarn build:cljs && jest --maxWorkers=2",
-    "test-unit-keep-cljs": "jest --maxWorkers=2",
+    "test-timezones-unit": "yarn build:cljs && jest --silent --maxWorkers=4 --config jest.tz.unit.conf.json",
+    "test-unit": "yarn build:cljs && jest --maxWorkers=4",
+    "test-unit-keep-cljs": "jest --maxWorkers=4",
     "test-unit-watch": "yarn test-unit --watch",
     "test-unit-watch:cljs": "yarn concurrently -n 'cljs,tests' 'yarn build-watch:cljs' 'yarn test-unit-keep-cljs --watch'",
     "test-visual": "yarn build && ./bin/build-for-test && yarn test-visual-run",
-- 
GitLab