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 <sebb...@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: