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 <[email protected]> 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
