Skip to content

Commit dd6aac7

Browse files
committed
Increase timeout on travis
1 parent bc3ef72 commit dd6aac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ install:
6767
cd -
6868
6969
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
70+
- travis_wait 60 pytest --cov-config .coveragerc --cov torchvision --cov $TV_INSTALL_PATH -k 'not TestVideoReader and not TestVideoTransforms' test
71+
- travis_wait 60 pytest test/test_hub.py
7272

7373
after_success:
7474
# Necessary to run coverage combine to rewrite paths from

0 commit comments

Comments
 (0)