This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new 47f444d increase travis build timeout 47f444d is described below commit 47f444d5f3a8aab1f5c652f712fcb740144124e8 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Tue Sep 7 16:46:22 2021 +0300 increase travis build timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65bb354..40f0270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ jdk: - openjdk-ea script: - - travis_wait mvn verify -fae -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR + - travis_wait 25 mvn verify -fae -q $EXCLUDE_MODULES -DcayenneTestConnection=$DB_PROFILE -DcayenneLogLevel=ERROR jobs: allow_failures: