kopia lustrzana https://github.com/wagtail/wagtail
Remove no_output_timeout and only use 2 CPU cores for running tests on CircleCI
rodzic
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:
|
||||
|
|
Ładowanie…
Reference in New Issue