Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 32925fd

Browse files
committed
testing: increased travis_wait to 30
Avoids: Timeout (20 minutes) reached. Terminating "tox"
1 parent 2584149 commit 32925fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
- pip install tox
3737

3838
script:
39-
- travis_wait tox
39+
- travis_wait 30 tox
4040

4141
before_cache:
4242
- rm -rf $HOME/.cache/pip/log

0 commit comments

Comments
 (0)