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:25 UTC

[3/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/b60d983a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b60d983a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b60d983a

Branch: refs/heads/2_0_X
Commit: b60d983aff716bec68b0d74ed0d85fd0c0e9eee1
Parents: 09b430a
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:41:04 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b60d983a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3dd5793..8bdd956 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ jdk:
 before_install:
   - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"' >~/.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: