authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-02 09:37:53+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-02 09:37:53+02:00
log4ec232a3460b5daeefbf89ad197a78c6856fb1b0
treef0332df7df24ef22b1bcd1881b76e810d1ce9bea
parent930c6ca49d8a556d256c5064a63af928e7833ef2
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: set riscv64-linux timeouts to 6 hours


1 files changed, 2 insertions(+), 2 deletions(-)

.github/workflows/riscv.yaml+2-2
......@@ -5,7 +5,7 @@ permissions:
55 contents: read
66jobs:
77 riscv64-linux-debug:
8 timeout-minutes: 1020
8 timeout-minutes: 360
99 runs-on: [self-hosted, Linux, riscv64]
1010 steps:
1111 - name: Checkout
......@@ -13,7 +13,7 @@ jobs:
1313 - name: Build and Test
1414 run: sh ci/riscv64-linux-debug.sh
1515 riscv64-linux-release:
16 timeout-minutes: 900
16 timeout-minutes: 360
1717 runs-on: [self-hosted, Linux, riscv64]
1818 steps:
1919 - name: Checkout