You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/06/21 01:05:58 UTC

groovy git commit: Increase the timeout of travis CI

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 9f435663b -> 37dd1ac51


Increase the timeout of travis CI


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/37dd1ac5
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/37dd1ac5
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/37dd1ac5

Branch: refs/heads/GROOVY_2_4_X
Commit: 37dd1ac51277ac50523bc9197a5104cd82e8e0f5
Parents: 9f43566
Author: sunlan <su...@apache.org>
Authored: Wed Jun 21 09:05:53 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Jun 21 09:05:53 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/37dd1ac5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c085b1f..0ea98ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ jdk:
 
 install: true
 
-script: travis_wait ./gradlew test
+script: travis_wait 60 ./gradlew test
 
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock