mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
ci: set riscv64-linux timeouts to 6 hours
This commit is contained in:
parent
930c6ca49d
commit
4ec232a346
1 changed files with 2 additions and 2 deletions
4
.github/workflows/riscv.yaml
vendored
4
.github/workflows/riscv.yaml
vendored
|
|
@ -5,7 +5,7 @@ permissions:
|
|||
contents: read
|
||||
jobs:
|
||||
riscv64-linux-debug:
|
||||
timeout-minutes: 1020
|
||||
timeout-minutes: 360
|
||||
runs-on: [self-hosted, Linux, riscv64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Build and Test
|
||||
run: sh ci/riscv64-linux-debug.sh
|
||||
riscv64-linux-release:
|
||||
timeout-minutes: 900
|
||||
timeout-minutes: 360
|
||||
runs-on: [self-hosted, Linux, riscv64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue