Skip to content

Commit 6d1bc11

Browse files
committed
Merge pull request influxdata#188 from influxdb/travis_wait_
travis_wait for 30 mins instead
2 parents 4b6e9c2 + 781bbde commit 6d1bc11

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
@@ -14,7 +14,7 @@ install:
1414
- sudo pip install coveralls
1515
- wget http://get.influxdb.org/influxdb_0.9.0-rc30_amd64.deb && sudo dpkg -i influxdb_0.9.0-rc30_amd64.deb
1616
script:
17-
- travis_wait tox -e $TOX_ENV
17+
- travis_wait 30 tox -e $TOX_ENV
1818
after_success:
1919
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
2020
notifications:

0 commit comments

Comments
 (0)