From 912aaeb7a754a741299e4e200ed7ed6d1af1c4ee Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 14 Aug 2026 10:33:39 -0700 Subject: [PATCH] Raise release build timeout to 60 minutes --- .github/workflows/release-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 3732868f..68cdab8d 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -70,7 +70,7 @@ jobs: runtime: "wry" targets: "aarch64-pc-windows-msvc" runs-on: ${{ matrix.platform }} - timeout-minutes: 40 + timeout-minutes: 60 steps: - name: Checkout yaakapp/app uses: actions/checkout@v4