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