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/06 11:08:16 UTC

[maven-surefire] 01/02: timeout

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

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

commit e4d0a0d6a2a925b474f52a5f1655d96e07369ddb
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 12:07:27 2021 +0100

    timeout
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3ca90c4..877635a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,6 +35,7 @@ jobs:
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
+    timeout-minutes: 120
 
     steps:
       - name: Checkout