This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/timeouts
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6a4a74b35181aa6b21ea4556ecb37d72c1a1f305
Author: Danny Mccormick <[email protected]>
AuthorDate: Wed Jul 16 09:28:52 2025 -0400

    Try bumping up workflow timeouts
---
 .github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml | 2 +-
 .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml 
b/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml
index 0ad20571f92..84c057b39ab 100644
--- a/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml
+++ b/.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml
@@ -57,7 +57,7 @@ jobs:
       (github.event_name == 'schedule' && github.repository == 'apache/beam') 
||
       github.event.comment.body == 'Run Python_Xlang_Gcp_Direct PostCommit'
     runs-on: [self-hosted, ubuntu-20.04, highmem]
-    timeout-minutes: 160
+    timeout-minutes: 260
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
     strategy:
       matrix:
diff --git a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml 
b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
index 2e6a33f6688..b67dc402497 100644
--- a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
@@ -70,7 +70,7 @@ jobs:
       (github.event_name == 'schedule' && github.repository == 'apache/beam') 
||
       github.event.comment.body == 'Run Yaml_Xlang_Direct PreCommit'
     runs-on: [self-hosted, ubuntu-20.04, main]
-    timeout-minutes: 100
+    timeout-minutes: 200
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
     strategy:
       matrix:

Reply via email to