From ebbd5d0767fa973fd424f5ecf083748ff4d272f3 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 4 Aug 2023 12:33:01 +0100 Subject: [PATCH] Remove no_output_timeout and only use 2 CPU cores for running tests on CircleCI --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14da15bfab57..72ed04fa4f25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,10 +27,9 @@ jobs: - run: pipenv run doc8 docs - run: name: Run tests - no_output_timeout: 30m command: | export PYTHONUNBUFFERED=1 - pipenv run python -u runtests.py --parallel + pipenv run python -u runtests.py --parallel=2 frontend: docker: