diff --git a/jest-e2e.json b/jest-e2e.json index 20f0c2312..7594b2068 100644 --- a/jest-e2e.json +++ b/jest-e2e.json @@ -13,6 +13,5 @@ "^.+\\.(t|j)s$": "ts-jest" }, "coverageDirectory": "./coverage-e2e", - "testTimeout": 10000, - "maxConcurrency": 1 + "testTimeout": 10000 }