From 322a845a17b1eab2d7172bf71e4c265d2839ffae Mon Sep 17 00:00:00 2001 From: Demian Caldelas Date: Mon, 7 Mar 2022 13:35:12 -0300 Subject: [PATCH] Fix prisma setup on e2e tests (#2070) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Omar López --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1cffac9..c53cb934 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "start": "turbo run start --scope=\"@calcom/web\"", "test": "turbo run test", "test-playwright": "yarn playwright test", - "test-e2e": "turbo run test-e2e", + "test-e2e": "turbo run test-e2e --concurrency=1", "type-check": "turbo run type-check" }, "devDependencies": {