From 7515db02fbcf19d44b7c3f306bde811fd8616612 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 28 Apr 2026 17:12:19 +0900 Subject: [PATCH] Backport(v6) ci: extend build pipeline timeout (#1030) As recently resolute was added. Signed-off-by: Kentaro Hayashi --- .github/workflows/apt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apt.yml b/.github/workflows/apt.yml index 31befe6d..58325dda 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -21,7 +21,7 @@ jobs: working-directory: .github/workflows/ build: name: Build - timeout-minutes: 120 + timeout-minutes: 180 needs: define-matrix strategy: fail-fast: false