You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/08/22 21:34:11 UTC

[commons-net] branch master updated: Update maven.yml

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new e8fa3263 Update maven.yml
e8fa3263 is described below

commit e8fa3263452ad52f775df5b12392f07decc99bf6
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Mon Aug 22 22:34:06 2022 +0100

    Update maven.yml
    
    Increase timeout (windows can take 5m to do the test itself)
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 81d27b3b..2207b6aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -19,7 +19,7 @@ on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build:
-    timeout-minutes: 5
+    timeout-minutes: 7
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix: