You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/03/08 22:41:16 UTC

[maven-surefire] branch master updated: [travisci] Travis CI timeout 30 min

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b92878  [travisci] Travis CI timeout 30 min
5b92878 is described below

commit 5b92878e54bce0dbdbcc98ef305882441213d08c
Author: tibordigana <ti...@gmail.com>
AuthorDate: Mon Mar 8 23:41:07 2021 +0100

    [travisci] Travis CI timeout 30 min
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 963469f..d3c6b22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,10 +28,10 @@ jdk: openjdk15
 jobs:
   include:
     - stage: repo cleanup
-      script: mvn -e -B -V -nsu org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository
+      script: travis_wait 5 mvn -e -B -V -nsu org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository
 
     - stage: mvn build
-      script: mvn clean install -e -B -V -nsu -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
+      script: travis_wait 30 mvn clean install -e -B -V -nsu -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
 branches:
   only: