diff --git a/.circleci/config.yml b/.circleci/config.yml index da942312b..8c4de00ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,7 +189,7 @@ jobs: - setup - run: yarn cache clean - run: yarn install - - run: node --inspect --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage --coverage + - run: node --inspect --expose-gc ./node_modules/.bin/jest --workerIdleMemoryLimit=350 --logHeapUsage --coverage # path configured in jest.config.js as / - store_artifacts: path: app/javascript/test-coverage