Skip to content

Commit

Permalink
ci: Increase the dependency build timeout to 2 hours (#213)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
The dependency update step can exceed 1 hour, update the timeout to 2
hours

https://github.com/runfinch/finch-core/actions/runs/7098467075/job/19340092516

- [X] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Kevin Li <[email protected]>
  • Loading branch information
KevinLiAWS authored Dec 5, 2023
1 parent bb42fa2 commit eadaece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
jobs:
macos-arm64-build:
runs-on: [self-hosted, macos, arm64, 11, release]
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

macos-x86-build:
runs-on: [self-hosted, macos, amd64, 11, release]
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit eadaece

Please sign in to comment.