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 - node_modules
before_install: before_install:
- yarn run global - travis_wait 15 yarn run global
install: install:
- yarn install - travis_wait 15 yarn install
before_script: before_script:
- yarn run build - travis_wait 20 yarn run build
- export CHROME_BIN=chromium-browser - export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
- sleep 3 - sleep 3
script: script:
- yarn run ci - travis_wait 20 yarn run ci