From 6eaa291f71a63873a0b2dae2ef3202f76a4d68d0 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 14 Jan 2026 16:24:28 -0800 Subject: [PATCH] fix: increase timeout for release builds from 30 to 60 minutes --- .github/workflows/rust-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 6d1606d2cf..76f49eeabb 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -49,7 +49,7 @@ jobs: needs: tag-check name: Build - ${{ matrix.runner }} - ${{ matrix.target }} runs-on: ${{ matrix.runner }} - timeout-minutes: 30 + timeout-minutes: 60 permissions: contents: read id-token: write