Skip to content

Commit

Permalink
DevOps: Increase workflow timeout for MacOS
Browse files Browse the repository at this point in the history
The tests for MacOS run very slowly for some reason, causing the
workflow to be cancelled. For now simply extending the timeout limit
until the cause of the slowness is addressed.
  • Loading branch information
sphuber committed Oct 27, 2024
1 parent ad10fae commit 641e831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

needs: [validate-release-tag]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 15

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Run tests for one python version on different operating systems

runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 15

strategy:
matrix:
Expand Down

0 comments on commit 641e831

Please sign in to comment.