From fa76837e667c4cfba32f42aed97adc02c71d8cc8 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Thu, 13 Jun 2019 02:18:54 +0700 Subject: [PATCH] travis: Wait at most 30 minutes for base test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00636525c5bd..bc3b116a5093 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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