Skip to content

Commit

Permalink
Remove no_output_timeout and only use 2 CPU cores for running tests o…
Browse files Browse the repository at this point in the history
…n CircleCI
  • Loading branch information
laymonage committed Aug 4, 2023
1 parent 47e2705 commit ebbd5d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ebbd5d0

Please sign in to comment.