You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/07/10 11:32:38 UTC

cayenne git commit: Increase travis timeout

Repository: cayenne
Updated Branches:
  refs/heads/STABLE-4.0 7a0ec83ba -> 816629569


Increase travis timeout


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

Branch: refs/heads/STABLE-4.0
Commit: 816629569a38b2ddcf3841e608ddda28ea848ca7
Parents: 7a0ec83
Author: Nikita Timofeev <st...@gmail.com>
Authored: Tue Jul 10 14:32:33 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Tue Jul 10 14:32:33 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/81662956/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3879d27..fb8d48d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,7 @@ matrix:
 
 script:
   # exclude JavaDocs and assembly from build, to pass on Java 11
-  - travis_wait mvn verify -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR
+  - travis_wait 30 mvn verify -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR
 
 # prevent Travis from unneeded "mvn install" run
 install: true