This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new dfd2ea3ce7bc [SPARK-54370][INFRA] Limit the Maven GitHub Action job
timeout to 150 minutes
dfd2ea3ce7bc is described below
commit dfd2ea3ce7bcd64c9857d5c703d5e04c77f0db4e
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 7fdfc1c6866c..5b1dc47e897f 100644
--- a/.github/workflows/maven_test.yml
+++ b/.github/workflows/maven_test.yml
@@ -51,6 +51,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]