From ef6736353b59554b45a2c8689fd40ff8ef996b6f Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 5 Sep 2024 14:33:57 -0700 Subject: [PATCH] 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 --- .github/workflows/{ci.yml => ci.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => ci.yaml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yaml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yaml index 6c991cc..5d7e426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yaml @@ -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" @@ -231,7 +231,7 @@ jobs: matrix: target: - x86_64-apple-darwin - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: "Checkout"