Skip to content

Commit

Permalink
Set PYTHONUNBUFFERED=1 and increase no_output_timeout on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Aug 3, 2023
1 parent 3be4e68 commit 4d870af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
- run: git ls-files '*.html' | xargs pipenv run djhtml --check
- run: pipenv run curlylint --parse-only wagtail
- run: pipenv run doc8 docs
- run: pipenv run python -u runtests.py --parallel
- run:
name: Run tests
no_output_timeout: 30m
command: |
export PYTHONUNBUFFERED=1
pipenv run python -u runtests.py --parallel
frontend:
docker:
Expand Down

0 comments on commit 4d870af

Please sign in to comment.