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 a8d01a5e18fc [SPARK-54868][PYTHON][INFRA][FOLLOWUP] Add 
PYSPARK_TEST_TIMEOUT to hosted runner test action
a8d01a5e18fc is described below

commit a8d01a5e18fc6f8fc68dfd24daff5600ab69a024
Author: Tian Gao <[email protected]>
AuthorDate: Tue Feb 24 11:30:47 2026 +0800

    [SPARK-54868][PYTHON][INFRA][FOLLOWUP] Add PYSPARK_TEST_TIMEOUT to hosted 
runner test action
    
    ### What changes were proposed in this pull request?
    
    Add `PYSPARK_TEST_TIMEOUT` to hosted runner test action.
    
    ### Why are the changes needed?
    
    The test could stuck in hosted runners:
    
    https://github.com/apache/spark/actions/runs/22286360532
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    action change.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #54431 from gaogaotiantian/add-timeout-hosted-runner.
    
    Authored-by: Tian Gao <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 .github/workflows/python_hosted_runner_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/python_hosted_runner_test.yml 
b/.github/workflows/python_hosted_runner_test.yml
index eac38ee1e911..235d8e0064ca 100644
--- a/.github/workflows/python_hosted_runner_test.yml
+++ b/.github/workflows/python_hosted_runner_test.yml
@@ -102,6 +102,7 @@ jobs:
       SKIP_PACKAGING: true
       METASPACE_SIZE: 1g
       BRANCH: ${{ inputs.branch }}
+      PYSPARK_TEST_TIMEOUT: 450
     steps:
       - name: Checkout Spark repository
         uses: actions/checkout@v6


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

Reply via email to