This is an automated email from the ASF dual-hosted git repository. derrickaw pushed a commit to branch 20260622_increaseSparkTestTime in repository https://gitbox.apache.org/repos/asf/beam.git
commit 08bb5153d06f8b6622f1580ae28bc32a2b54f657 Author: Derrick Williams <[email protected]> AuthorDate: Tue Jun 23 01:49:17 2026 +0000 increase spark timeout --- .github/workflows/beam_PostCommit_XVR_Spark3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_XVR_Spark3.yml b/.github/workflows/beam_PostCommit_XVR_Spark3.yml index 2db33583a31..acfe2c0cad2 100644 --- a/.github/workflows/beam_PostCommit_XVR_Spark3.yml +++ b/.github/workflows/beam_PostCommit_XVR_Spark3.yml @@ -56,7 +56,7 @@ jobs: (github.event_name == 'schedule' && github.repository == 'apache/beam') || github.event.comment.body == 'Run XVR_Spark3 PostCommit' runs-on: [self-hosted, ubuntu-24.04, main] - timeout-minutes: 100 + timeout-minutes: 180 name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) strategy: matrix:
