Skip to content

Commit 3776a99

Browse files
authored
Increase timeouts (#38301)
1 parent 48139dd commit 3776a99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PostCommit_Python_Arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
beam_PostCommit_Python_Arm:
5555
name: ${{ matrix.job_name }} ${{ matrix.python_version }}
5656
runs-on: ubuntu-22.04
57-
timeout-minutes: 240
57+
timeout-minutes: 480
5858
strategy:
5959
fail-fast: false
6060
matrix:

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
5858
github.event.comment.body == 'Run Python_Xlang_Gcp_Dataflow PostCommit'
5959
runs-on: [self-hosted, ubuntu-24.04, main]
60-
timeout-minutes: 240
60+
timeout-minutes: 480
6161
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
6262
strategy:
6363
matrix:

0 commit comments

Comments
 (0)