From 0d446a996476e889ff4ba8b47d41a915a8a34491 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sun, 25 Jan 2026 13:37:52 +0200 Subject: [PATCH] Will increase build workflow timeout (#1363) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a28976..e85b2b63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: build: runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 90 env: BUZZ_DISABLE_TELEMETRY: true strategy: