diff --git a/jest-e2e.json b/jest-e2e.json index 8169517cb..20f0c2312 100644 --- a/jest-e2e.json +++ b/jest-e2e.json @@ -12,5 +12,7 @@ "transform": { "^.+\\.(t|j)s$": "ts-jest" }, - "coverageDirectory": "./coverage-e2e" + "coverageDirectory": "./coverage-e2e", + "testTimeout": 10000, + "maxConcurrency": 1 }