]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Deny warnings in CI
[rust.git] / .travis.yml
index 4ca18a93ea86e56fe3aeec5f0736bbf37f225587..ee990111af96aed85cd643bb847937c8090c42e5 100644 (file)
@@ -97,7 +97,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