Skip to content

Commit 54c1aa2

Browse files
Backport PR #48354 on branch 1.5.x (CI: Bump timeout to 180 minutes) (#48474)
Backport PR #48354: CI: Bump timeout to 180 minutes Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent 5eedd75 commit 54c1aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
defaults:
2929
run:
3030
shell: bash -el {0}
31-
timeout-minutes: 120
31+
timeout-minutes: 180
3232
strategy:
3333
matrix:
3434
os: [macos-latest, windows-latest]

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
defaults:
2727
run:
2828
shell: bash -el {0}
29-
timeout-minutes: 120
29+
timeout-minutes: 180
3030
strategy:
3131
matrix:
3232
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]

0 commit comments

Comments
 (0)