From 6a4a74b35181aa6b21ea4556ecb37d72c1a1f305 Mon Sep 17 00:00:00 2001 From: Danny Mccormick Date: Wed, 16 Jul 2025 09:28:52 -0400 Subject: [PATCH] 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 0ad20571f92c..84c057b39ab0 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 2e6a33f66882..b67dc402497c 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: