Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Backport PR #48354: CI: Bump timeout to 180 minutes
  • Loading branch information
mroeschke authored and meeseeksmachine committed Sep 8, 2022
commit 64bd6b8358feaae967830870c08590d578baaca0
2 changes: 1 addition & 1 deletion .github/workflows/macos-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
defaults:
run:
shell: bash -el {0}
timeout-minutes: 120
timeout-minutes: 180
strategy:
matrix:
os: [macos-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
defaults:
run:
shell: bash -el {0}
timeout-minutes: 120
timeout-minutes: 180
strategy:
matrix:
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
Expand Down