Skip to content

Commit 2fb3359

Browse files
gaogaotiantianzhengruifeng
authored andcommitted
[SPARK-54868][PYTHON][INFRA][FOLLOWUP] Increase test timeout to 450s
### What changes were proposed in this pull request? Increase the test timeout from 300s to 450s. ### Why are the changes needed? We have tests that's longer than that. Having a super large timeout is not ideal but until we break the large test into smaller ones (or accelerate it), we need to keep the CI stable. https://github.com/apache/spark/actions/runs/20594052053/job/59144974154 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Minor env change. ### Was this patch authored or co-authored using generative AI tooling? No Closes #53647 from gaogaotiantian/increase-timeout. Authored-by: Tian Gao <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent faa4d19 commit 2fb3359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ jobs:
566566
SKIP_PACKAGING: true
567567
METASPACE_SIZE: 1g
568568
BRANCH: ${{ inputs.branch }}
569-
PYSPARK_TEST_TIMEOUT: 300
569+
PYSPARK_TEST_TIMEOUT: 450
570570
steps:
571571
- name: Checkout Spark repository
572572
uses: actions/checkout@v4

0 commit comments

Comments
 (0)