This is an automated email from the ASF dual-hosted git repository. derrickaw pushed a commit to branch 20260609_increasePythonDockerTimeout in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6d632b898f24f2f27d1b38d43645386172f41b97 Author: Derrick Williams <[email protected]> AuthorDate: Tue Jun 9 14:33:51 2026 +0000 increase timeout --- .github/workflows/beam_PreCommit_PythonDocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PreCommit_PythonDocker.yml b/.github/workflows/beam_PreCommit_PythonDocker.yml index e933df2b5ef..34b8a2c4f02 100644 --- a/.github/workflows/beam_PreCommit_PythonDocker.yml +++ b/.github/workflows/beam_PreCommit_PythonDocker.yml @@ -56,7 +56,7 @@ jobs: beam_PreCommit_PythonDocker: name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) runs-on: [self-hosted, ubuntu-24.04, main] - timeout-minutes: 45 + timeout-minutes: 60 strategy: fail-fast: false matrix:
