From 9070d7cb10426d829f2407cbebbd4ff851620d8d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 29 Nov 2024 15:39:43 -0600 Subject: [PATCH] Increase allowed upload time for the release The timeout was hit at 14 minutes and the 1.18.1 release only partially uploaded --- .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 f407387e1..6647b4b72 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -506,7 +506,7 @@ jobs: - build-wheels-for-tested-arches - pre-setup # transitive, for accessing settings runs-on: ubuntu-latest - timeout-minutes: 14 + timeout-minutes: 30 permissions: contents: write # IMPORTANT: mandatory for making GitHub Releases