You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/26 07:41:24 UTC

[2/3] syncope git commit: Increasing Travis CI timeout to 30 mins

Increasing Travis CI timeout to 30 mins


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1899d51d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1899d51d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1899d51d

Branch: refs/heads/master
Commit: 1899d51dcf079476bc1ff9fe92830d661cc53cad
Parents: b1ad976
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Oct 26 09:40:41 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Oct 26 09:40:55 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/1899d51d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 03cf1ec..b0bf696 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
-install: travis_wait mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
+install: travis_wait 30 mvn --show-version --quiet -T 1C -P all,skipTests,without-eclipse
 before_script:
   - cd fit/core-reference
 script: