extend wait time for setup to 30 minutes

This commit is contained in:
Joseph Lenox 2018-07-10 09:01:31 -05:00
parent 017e3af98d
commit 065820a06e

View File

@ -3,7 +3,7 @@ before_install:
- sh package/linux/travis-decrypt-key
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
script:
- bash package/linux/travis-setup.sh
- travis wait 30 bash package/linux/travis-setup.sh
- mkdir build && cd build
- cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src
- cmake --build .