Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Bump travis wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbrinkman committed Jun 5, 2018
1 parent e449984 commit 270b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,5 @@ install:
- "deactivate" # Get out of virtualenv
- "travis_wait 30 make setup PYTHON=/opt/python/3.5/bin/python"
- "bin/pip install coveralls"
script: "travis_wait 80 make travis && make docs"
script: "travis_wait 90 make travis && make docs"
after_success: "bin/coveralls"

0 comments on commit 270b6ed

Please sign in to comment.