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:...@@ -5,7 +5,7 @@ permissions:
5 contents: read5 contents: read
6jobs:6jobs:
7 riscv64-linux-debug:7 riscv64-linux-debug:
8 timeout-minutes: 10208 timeout-minutes: 360
9 runs-on: [self-hosted, Linux, riscv64]9 runs-on: [self-hosted, Linux, riscv64]
10 steps:10 steps:
11 - name: Checkout11 - name: Checkout
...@@ -13,7 +13,7 @@ jobs:...@@ -13,7 +13,7 @@ jobs:
13 - name: Build and Test13 - name: Build and Test
14 run: sh ci/riscv64-linux-debug.sh14 run: sh ci/riscv64-linux-debug.sh
15 riscv64-linux-release:15 riscv64-linux-release:
16 timeout-minutes: 90016 timeout-minutes: 360
17 runs-on: [self-hosted, Linux, riscv64]17 runs-on: [self-hosted, Linux, riscv64]
18 steps:18 steps:
19 - name: Checkout19 - name: Checkout