mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
Increase travis_wait for potential timeouts.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user