Raise release build timeout to 60 minutes

This commit is contained in:
Gregory Schier
2026-08-14 10:33:39 -07:00
parent d0af512a0c
commit 912aaeb7a7
+1 -1
View File
@@ -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