0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00

Remove no_output_timeout and only use 2 CPU cores for running tests on CircleCI

This commit is contained in:
Sage Abdullah 2023-08-04 12:33:01 +01:00
parent 47e2705d19
commit ebbd5d0767
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217

View File

@ -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: