From 0e2bcd0b6743c419fb1d514b56a8cd493811263d Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 22 Oct 2024 10:34:13 +0900 Subject: [PATCH] ci: Increase toolchain build timeout to 12 hours This commit increases the CI workflow toolchain build job timeout to 12 hours because the default value of 6 hours is insufficient for the toolchains with many multi-lib variants (e.g. ARM And RISC-V). Signed-off-by: Stephanos Ioannidis --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78913f3..0698e3ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -426,6 +426,7 @@ jobs: runs-on: group: ${{ matrix.host.runner }} container: ${{ matrix.host.container }} + timeout-minutes: 720 defaults: run: