You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/11/06 13:28:20 UTC

[incubator-iotdb] 01/01: fix trvis.yml

This is an automated email from the ASF dual-hosted git repository.

lta pushed a commit to branch add_travis_timeout
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit d09b70e90946d77cbe8ed44c45b55481589adb2a
Author: lta <li...@163.com>
AuthorDate: Wed Nov 6 21:27:50 2019 +0800

    fix trvis.yml
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 564ca2a..a3418d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,7 +123,7 @@ matrix:
       script:
         - java -version
         - mvn -version
-        - travis_wait mvn -B clean integration-test
+        - travis_wait 40 mvn -B clean integration-test
 
     - os: linux
       name: linux-openjdk11