This is an automated email from the ASF dual-hosted git repository. Amar3tto pushed a commit to branch postcommit-python in repository https://gitbox.apache.org/repos/asf/beam.git
commit cae17c29cf8756f0e5c38b43e2a87307f503b6d0 Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Jun 16 17:50:10 2026 +0400 Increase timeout --- .github/workflows/beam_PostCommit_Python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PostCommit_Python.yml b/.github/workflows/beam_PostCommit_Python.yml index 41f72fa50e9..0d3cc5a7d58 100644 --- a/.github/workflows/beam_PostCommit_Python.yml +++ b/.github/workflows/beam_PostCommit_Python.yml @@ -55,7 +55,7 @@ jobs: beam_PostCommit_Python: name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }}) runs-on: ${{ matrix.os }} - timeout-minutes: 240 + timeout-minutes: 360 strategy: fail-fast: false matrix:
