From 55f075ec7721d526fb543573196a793ba5214e05 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 24 Oct 2024 05:07:19 -0600 Subject: [PATCH] Change test concurrency to 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88cad27f..50bc46a8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "1.0.0", "scripts": { - "test": "jest --maxConcurrency=20" + "test": "jest --maxConcurrency=5" }, "jest": { "preset": "ts-jest",