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

dongjoon pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new a54411d6804f [SPARK-54370][INFRA] Limit the Maven GitHub Action job 
timeout to 150 minutes
a54411d6804f is described below

commit a54411d6804f0cbaf2b3b08a0c0f54e4b6c59d96
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Nov 16 07:57:27 2025 -0800

    [SPARK-54370][INFRA] Limit the Maven GitHub Action job timeout to 150 
minutes
    
    ### What changes were proposed in this pull request?
    
    This PR aims to limit the Maven GitHub Action job timeout to 150 minutes.
    
    ### Why are the changes needed?
    
    Currently, Maven CI runs 6 hours which is the default timeout. In general, 
this job should pass in 150 minutes.
    
    <img width="641" height="444" alt="Screenshot 2025-11-15 at 18 44 28" 
src="https://github.com/user-attachments/assets/16e3bfce-1eab-4671-8ec1-cec209c4f0e3";
 />
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #53081 from dongjoon-hyun/SPARK-54370.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 0a42f557a8d2e952d7a651faa0843629f3ceffff)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/maven_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven_test.yml b/.github/workflows/maven_test.yml
index 666a504ad073..74bd818a522d 100644
--- a/.github/workflows/maven_test.yml
+++ b/.github/workflows/maven_test.yml
@@ -56,6 +56,7 @@ jobs:
   build:
     name: "Build modules using Maven: ${{ matrix.modules }} ${{ matrix.comment 
}}"
     runs-on: ${{ inputs.os }}
+    timeout-minutes: 150
     strategy:
       fail-fast: false
       matrix:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to