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:
parent
47e2705d19
commit
ebbd5d0767
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user