Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
travis_wait for 30 mins instead
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed May 21, 2015
1 parent 4b6e9c2 commit 781bbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ install:
- sudo pip install coveralls
- wget http://get.influxdb.org/influxdb_0.9.0-rc30_amd64.deb && sudo dpkg -i influxdb_0.9.0-rc30_amd64.deb
script:
- travis_wait tox -e $TOX_ENV
- travis_wait 30 tox -e $TOX_ENV
after_success:
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
notifications:
Expand Down

0 comments on commit 781bbde

Please sign in to comment.