From ba673d020b1af1b0ba545c29273a0723a54ae79a Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Tue, 22 Oct 2019 10:44:54 +0700 Subject: [PATCH] build: remove travis_wait Now the travis CI build time is fast enough to not cause build timeout. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cddeafdbf7de..a6af0880864d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,7 +126,7 @@ script: if [[ -n ${INTEGRATION} ]]; then ./ci/integration-tests.sh && sleep 5 else - travis_wait 30 ./ci/base-tests.sh && sleep 5 + ./ci/base-tests.sh && sleep 5 fi after_success: