This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch liferoad-patch-5 in repository https://gitbox.apache.org/repos/asf/beam.git
commit e749df9c85e048d95be3f4dc2742220a4c97ca16 Author: liferoad <[email protected]> AuthorDate: Fri Aug 29 13:56:51 2025 -0400 Update beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml --- .github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml b/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml index 71e032597e6..ef2768f1efd 100644 --- a/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml @@ -57,7 +57,7 @@ jobs: (github.event_name == 'schedule' && github.repository == 'apache/beam') || github.event.comment.body == 'Run Python_Xlang_Gcp_Dataflow PostCommit' runs-on: [self-hosted, ubuntu-20.04, main] - timeout-minutes: 180 + timeout-minutes: 240 name: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) strategy: matrix: @@ -95,4 +95,4 @@ jobs: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} files: '**/pytest*.xml' - large_files: true \ No newline at end of file + large_files: true
