We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ef72 commit dd6aac7Copy full SHA for dd6aac7
.travis.yml
@@ -67,8 +67,8 @@ install:
67
cd -
68
69
script:
70
- - travis_wait 30 pytest --cov-config .coveragerc --cov torchvision --cov $TV_INSTALL_PATH -k 'not TestVideoReader and not TestVideoTransforms' test
71
- - 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
72
73
after_success:
74
# Necessary to run coverage combine to rewrite paths from
0 commit comments