From 7858bd30a7568f351a11e0d7e06aabd05ce1c5c1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 22 Oct 2024 18:08:28 -1000 Subject: [PATCH] Increase release timeout (#611) --- .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 755034d..b9c6f3a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -387,7 +387,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