Skip to content

Commit ef67363

Browse files
committed
Increase timeout of release phases
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
1 parent 967d45b commit ef67363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml renamed to .github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- aarch64-unknown-linux-gnu
136136
- armv7-unknown-linux-gnueabihf
137137
- x86_64-unknown-linux-gnu
138-
timeout-minutes: 5
138+
timeout-minutes: 10
139139

140140
steps:
141141
- name: "Checkout"
@@ -231,7 +231,7 @@ jobs:
231231
matrix:
232232
target:
233233
- x86_64-apple-darwin
234-
timeout-minutes: 5
234+
timeout-minutes: 10
235235

236236
steps:
237237
- name: "Checkout"

0 commit comments

Comments
 (0)