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/07 01:28:18 UTC

[incubator-iotdb] branch add_travis_timeout updated: 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


The following commit(s) were added to refs/heads/add_travis_timeout by this push:
     new 2a8031d  fix trvis.yml
2a8031d is described below

commit 2a8031d4483a1964b7b86a16b3d64837d3bbb2f7
Author: lta <li...@163.com>
AuthorDate: Thu Nov 7 09:27:59 2019 +0800

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

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