Skip to content

Commit

Permalink
update travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 12, 2020
1 parent 8cb55cd commit 4e653b7
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 @@ -100,7 +100,7 @@ install:
# command to run tests
script:
- ls
- travis_wait 120 coverage run -m pytest tests/
- travis_wait 40 coverage run -m pytest tests/
- coverage report --show-missing
after_success:
- coveralls

0 comments on commit 4e653b7

Please sign in to comment.