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 2020/03/24 10:53:50 UTC

[incubator-iotdb] 01/02: set timeout on WinOS as 40min back

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

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

commit dd6f5c72ed0ee9ebf70a8e02a02db13a0a181fdc
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Mar 24 18:52:10 2020 +0800

    set timeout on WinOS as 40min back
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0b2cf4c..6df9213 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -140,7 +140,7 @@ matrix:
         - mvn -version
         # Output something every 10 minutes or Travis kills the job
         - while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
-        - travis_wait 20 mvn -B clean integration-test
+        - travis_wait 40 mvn -B clean integration-test
         # Killing background sleep loop
         - kill %1