Skip to content

Commit

Permalink
Travis CI: wait longer on Python tests to finish
Browse files Browse the repository at this point in the history
It seems PyPy runs a bit longer (~40min).
  • Loading branch information
tomka committed Mar 10, 2021
1 parent 2472b89 commit b729aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ script:
# a non-zero exit code (1) when a new migration is created and otherwise zero.
- python manage.py makemigrations catmaid
# Run tests
- coverage run manage.py test catmaid.tests
- travis_wait 45 coverage run manage.py test catmaid.tests
# Remove login requirement from QUnit test page
- sed -i 's/login_required(\([^)]*\))/\1/g' ../applications/catmaid/urls.py
- python -Wall -Wignore::ImportWarning manage.py runserver &
Expand Down

0 comments on commit b729aeb

Please sign in to comment.