Skip to content

Commit a54411d

Browse files
committed
[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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 0a42f55) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent e70177a commit a54411d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
build:
5757
name: "Build modules using Maven: ${{ matrix.modules }} ${{ matrix.comment }}"
5858
runs-on: ${{ inputs.os }}
59+
timeout-minutes: 150
5960
strategy:
6061
fail-fast: false
6162
matrix:

0 commit comments

Comments
 (0)