Skip to content

Commit c5dce91

Browse files
committed
ci: increase job timeout to 8h for riscv64 build
Node.js v24.5.0 on riscv64 takes more than 6 hours to compile V8, hitting the default GitHub Actions timeout. Set timeout-minutes to 480 (8h) to let the build complete. Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 0d583f6 commit c5dce91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-static-node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
build:
3030
runs-on: ${{ matrix.IMAGE.RUNNER }}
3131
needs: load-node-versions
32+
timeout-minutes: 480
3233
permissions:
3334
contents: read
3435
packages: write

0 commit comments

Comments
 (0)