From 9242e4b939a391ac9a5298bedc4d2a4bcba33f3f Mon Sep 17 00:00:00 2001 From: erichanwang Date: Sun, 9 Aug 2026 14:45:09 -0500 Subject: [PATCH] GH-50819: [Release] Increase YUM verification timeout --- .github/workflows/verify_rc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_rc.yml b/.github/workflows/verify_rc.yml index df70e755642a..3bdab48e1c52 100644 --- a/.github/workflows/verify_rc.yml +++ b/.github/workflows/verify_rc.yml @@ -251,7 +251,7 @@ jobs: name: Yum needs: target runs-on: ${{ matrix.runs-on }} - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false matrix: