Skip to content

Commit 2b8ea8a

Browse files
stankiewiczliferoad
authored andcommitted
extend timeout (apache#34448)
1 parent ce6e25e commit 2b8ea8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beam_PreCommit_Java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
matrix:
161161
job_name: [beam_PreCommit_Java]
162162
job_phrase: [Run Java PreCommit]
163-
timeout-minutes: 120
163+
timeout-minutes: 180
164164
if: |
165165
github.event_name == 'push' ||
166166
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
matrix:
8484
job_name: ["beam_PreCommit_Java_GCP_IO_Direct"]
8585
job_phrase: ["Run Java_GCP_IO_Direct PreCommit"]
86-
timeout-minutes: 120
86+
timeout-minutes: 180
8787
if: |
8888
github.event_name == 'push' ||
8989
github.event_name == 'pull_request_target' ||

0 commit comments

Comments
 (0)