From c3cc0a5832eb738c2e23bb025ea186a50fea3646 Mon Sep 17 00:00:00 2001 From: Benjamin Shafii Date: Wed, 14 Jan 2026 17:07:54 -0800 Subject: [PATCH] Increase notarization timeout for macOS release --- .github/workflows/release-macos-aarch64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-macos-aarch64.yml b/.github/workflows/release-macos-aarch64.yml index 70830fa3..6ebf2f0d 100644 --- a/.github/workflows/release-macos-aarch64.yml +++ b/.github/workflows/release-macos-aarch64.yml @@ -17,7 +17,7 @@ permissions: jobs: release-macos-aarch64: runs-on: macos-14 - timeout-minutes: 90 + timeout-minutes: 240 steps: - name: Checkout @@ -115,7 +115,7 @@ jobs: --key "$NOTARY_KEY" \ --key-id "$APPLE_NOTARY_API_KEY_ID" \ --issuer "$APPLE_NOTARY_API_ISSUER_ID" \ - --wait --timeout 1h + --wait --timeout 3h - name: Staple notarization ticket run: |