You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/10/31 02:03:37 UTC

[incubator-iotdb] 01/01: set the timeout of Travis on Win as 20 min

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

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

commit b537dcaffb7ab40cd00bc105254e3372c6a76eb6
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Thu Oct 31 10:03:17 2019 +0800

    set the timeout of Travis on Win as 20 min
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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