From de4dbca4ba52ad09276b2c8db1adf027e433a4ad Mon Sep 17 00:00:00 2001 From: Joren Broekema Date: Mon, 13 Jul 2020 11:31:53 +0200 Subject: [PATCH] chore: limit concurrency to throttle RAM usage circleci --- web-test-runner.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web-test-runner.config.js b/web-test-runner.config.js index f31e99520..8e89074df 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -1,6 +1,7 @@ module.exports = { nodeResolve: true, sessionStartTimeout: 30000, + concurrency: 5, coverageConfig: { threshold: { statements: 80,