Increase travis_wait for potential timeouts.

This commit is contained in:
William Welling
2017-06-05 12:11:05 -05:00
parent 57f42549cd
commit e9bd8db79c

View File

@@ -19,17 +19,17 @@ cache:
- node_modules
before_install:
- yarn run global
- travis_wait 15 yarn run global
install:
- yarn install
- travis_wait 15 yarn install
before_script:
- yarn run build
- travis_wait 20 yarn run build
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- yarn run ci
- travis_wait 20 yarn run ci