diff --git a/package.json b/package.json
index edc6fd95e0c5d3055c852c11d51be76ead307f4d..076bc0b34039728c4ed326abfc38bcfa4043a71d 100644
--- a/package.json
+++ b/package.json
@@ -392,9 +392,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",