This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9bcdedda196 increase timeout (#38864)
9bcdedda196 is described below
commit 9bcdedda196829e04ae04f644c99fb357043c1df
Author: Derrick Williams <[email protected]>
AuthorDate: Tue Jun 9 10:58:54 2026 -0400
increase timeout (#38864)
---
.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: