Skip to content

Commit

Permalink
Backport PR pandas-dev#48354 on branch 1.5.x (CI: Bump timeout to 180…
Browse files Browse the repository at this point in the history
… minutes) (pandas-dev#48474)

Backport PR pandas-dev#48354: CI: Bump timeout to 180 minutes

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mroeschke authored Sep 9, 2022
1 parent 5eedd75 commit 54c1aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 54c1aa2

Please sign in to comment.