From 2bba6f0d3a7fbf4cd602570aed3b96fd5e373e65 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Fri, 19 Dec 2025 20:08:26 -0800 Subject: [PATCH] ci: Increase timeout Increased it to 120 since prebuild check is taking 97 minutes locally. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc86761a6..ea79a16d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: prebuild: name: Pre-build checks runs-on: ubuntu-24.04 - timeout-minutes: 30 + timeout-minutes: 120 if: | github.event.action != 'edited' || contains(github.event.pull_request.body, 'Changelog')