Skip to content

Commit 226da6b

Browse files
committed
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 <[email protected]>
1 parent bb0427b commit 226da6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ jobs:
426426
runs-on:
427427
group: ${{ matrix.host.runner }}
428428
container: ${{ matrix.host.container }}
429+
timeout-minutes: 720
429430

430431
defaults:
431432
run:

0 commit comments

Comments
 (0)