From cf5a99630719ab15966c2e85639c54c8a78b2d70 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 23 Sep 2024 16:06:56 -0500 Subject: [PATCH] Increase release timeout from 7 to 14 minutes (#1153) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5def878a..17ce2003 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -398,7 +398,7 @@ jobs: - build-wheels-for-tested-arches - pre-setup # transitive, for accessing settings runs-on: ubuntu-latest - timeout-minutes: 7 + timeout-minutes: 14 permissions: contents: write # IMPORTANT: mandatory for making GitHub Releases