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

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 320d09d2461d [SPARK-53605][INFRA] Restore pyspark execution timeout to 
2 hours
320d09d2461d is described below

commit 320d09d2461d6a57c90cb09fb0cfdce046cc2291
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Fri Oct 10 19:17:41 2025 +0800

    [SPARK-53605][INFRA] Restore pyspark execution timeout to 2 hours
    
    ### What changes were proposed in this pull request?
    Restore pyspark execution timeout to 2 hours
    
    ### Why are the changes needed?
    after https://github.com/apache/spark/pull/52564, 2 hours should be enough 
for pyspark execution
    
    ### Does this PR introduce _any_ user-facing change?
    No, infra-only
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #52570 from zhengruifeng/restore_120.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 .github/workflows/build_and_test.yml            | 3 +--
 .github/workflows/python_hosted_runner_test.yml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 4bd4bc17d078..b54a382dac05 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -499,8 +499,7 @@ jobs:
     if: (!cancelled()) && 
(fromJson(needs.precondition.outputs.required).pyspark == 'true' || 
fromJson(needs.precondition.outputs.required).pyspark-pandas == 'true')
     name: "Build modules: ${{ matrix.modules }}"
     runs-on: ubuntu-latest
-    # TODO(SPARK-53605): Restore pyspark execution timeout to 2 hours after 
fixing test_pandas_transform_with_state
-    timeout-minutes: 150
+    timeout-minutes: 120
     container:
       image: ${{ needs.precondition.outputs.image_pyspark_url_link }}
     strategy:
diff --git a/.github/workflows/python_hosted_runner_test.yml 
b/.github/workflows/python_hosted_runner_test.yml
index 89e0a9435319..9a6afc095063 100644
--- a/.github/workflows/python_hosted_runner_test.yml
+++ b/.github/workflows/python_hosted_runner_test.yml
@@ -59,8 +59,7 @@ jobs:
   build:
     name: "PySpark test on macos: ${{ matrix.modules }}"
     runs-on: ${{ inputs.os }}
-    # TODO(SPARK-53605): Restore pyspark execution timeout to 2 hours after 
fixing test_pandas_transform_with_state
-    timeout-minutes: 150
+    timeout-minutes: 120
     strategy:
       fail-fast: false
       matrix:


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

Reply via email to