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

tristan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ddbf12f  Increase build timeout
ddbf12f is described below

commit ddbf12ff6b8fcf6957297ad76ac904f630146350
Author: Tristan Stevens <[email protected]>
AuthorDate: Fri Feb 11 14:09:43 2022 +0000

    Increase build timeout
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fec17a1..96130aa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
         run: env | grep '^JAVA'
 
       - name: Build with Maven
-        timeout-minutes: 90
+        timeout-minutes: 120
         shell: bash
         run: |
           ./mvnw clean verify -DredirectTestOutput=true \

Reply via email to