diff --git a/package.json b/package.json index a1cffac9ae..c53cb93449 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": {