Skip to content

Commit

Permalink
Increase timeout on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
r-zenine committed Feb 13, 2020
1 parent ac40cf7 commit 6018845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ install:
cd -
script:
- travis_wait 30 pytest --cov-config .coveragerc --cov torchvision --cov $TV_INSTALL_PATH -k 'not TestVideoReader and not TestVideoTransforms' test
- travis_wait 30 pytest test/test_hub.py
- travis_wait 60 pytest --cov-config .coveragerc --cov torchvision --cov $TV_INSTALL_PATH -k 'not TestVideoReader and not TestVideoTransforms' test
- travis_wait 60 pytest test/test_hub.py

after_success:
# Necessary to run coverage combine to rewrite paths from
Expand Down

0 comments on commit 6018845

Please sign in to comment.