Skip to content

Commit

Permalink
ci: Increase toolchain build timeout to 12 hours
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stephanosio committed Oct 22, 2024
1 parent bb0427b commit 226da6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ jobs:
runs-on:
group: ${{ matrix.host.runner }}
container: ${{ matrix.host.container }}
timeout-minutes: 720

defaults:
run:
Expand Down

0 comments on commit 226da6b

Please sign in to comment.