]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Auto merge of #4206 - rust-lang:update_lints, r=phansch
[rust.git] / .travis.yml
index 00636525c5bdeb454897a31abbb7e515528f47b8..bc3b116a5093b39305ad9e66b61a23127da494ea 100644 (file)
@@ -98,7 +98,7 @@ script:
       export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib
   - |
     if [ -z ${INTEGRATION} ]; then
-      ./ci/base-tests.sh && sleep 5
+      travis_wait 30 ./ci/base-tests.sh && sleep 5
     else
       ./ci/integration-tests.sh && sleep 5
     fi