This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch python-xlang-gcp-dataflow in repository https://gitbox.apache.org/repos/asf/beam.git
commit 89ee1716565c84e426f525be5615495da8ab3a71 Author: Vitaly Terentyev <[email protected]> AuthorDate: Fri Dec 5 19:32:39 2025 +0400 Increase timeout --- .github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml b/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml index cf2dddc5e14..d3869cf52ce 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: 240 + timeout-minutes: 360 name: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) strategy: matrix:
