Skip to content

Commit 2410ca6

Browse files
authored
Bump workflow timeout (#35420)
* Bump workflow timeout * Update beam_PostCommit_Python_Xlang_Gcp_Direct.yml
1 parent 50495a4 commit 2410ca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/beam_PostCommit_Python_Dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
job_name: [beam_PostCommit_Python_Dependency]
6161
job_phrase: [Run Python PostCommit Dependency]
62-
timeout-minutes: 120
62+
timeout-minutes: 180
6363
if: |
6464
github.event_name == 'workflow_dispatch' ||
6565
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PostCommit_Python_Xlang_Gcp_Direct.yml

Lines changed: 2 additions & 2 deletions
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_Direct PostCommit'
5959
runs-on: [self-hosted, ubuntu-20.04, highmem]
60-
timeout-minutes: 100
60+
timeout-minutes: 160
6161
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
6262
strategy:
6363
matrix:
@@ -98,4 +98,4 @@ jobs:
9898
commit: '${{ env.prsha || env.GITHUB_SHA }}'
9999
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
100100
files: '**/pytest*.xml'
101-
large_files: true
101+
large_files: true

0 commit comments

Comments
 (0)