Skip to content

Commit

Permalink
Increase timeout of release phases
Browse files Browse the repository at this point in the history
Increase the timeout of release builds from five minutes to ten since
I'm seeing the latest attempt on macOS time out [1].

Also, rename the configuration file from `ci.yml` to `ci.yaml` for the
additional letter in fuzzy file finds and to be more standard with my
other projects.

[1] https://github.com/brandur/redis-cell/actions/runs/10728279249
  • Loading branch information
brandur committed Sep 5, 2024
1 parent 967d45b commit ef67363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- x86_64-unknown-linux-gnu
timeout-minutes: 5
timeout-minutes: 10

steps:
- name: "Checkout"
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
matrix:
target:
- x86_64-apple-darwin
timeout-minutes: 5
timeout-minutes: 10

steps:
- name: "Checkout"
Expand Down

0 comments on commit ef67363

Please sign in to comment.