| author | |
| committer | |
| log | 4ec232a3460b5daeefbf89ad197a78c6856fb1b0 |
| tree | f0332df7df24ef22b1bcd1881b76e810d1ce9bea |
| parent | 930c6ca49d8a556d256c5064a63af928e7833ef2 |
| signature |
1 files changed, 2 insertions(+), 2 deletions(-)
.github/workflows/riscv.yaml+2-2| ... | ... | @@ -5,7 +5,7 @@ permissions: |
| 5 | 5 | contents: read |
| 6 | 6 | jobs: |
| 7 | 7 | riscv64-linux-debug: |
| 8 | timeout-minutes: 1020 | |
| 8 | timeout-minutes: 360 | |
| 9 | 9 | runs-on: [self-hosted, Linux, riscv64] |
| 10 | 10 | steps: |
| 11 | 11 | - name: Checkout |
| ... | ... | @@ -13,7 +13,7 @@ jobs: |
| 13 | 13 | - name: Build and Test |
| 14 | 14 | run: sh ci/riscv64-linux-debug.sh |
| 15 | 15 | riscv64-linux-release: |
| 16 | timeout-minutes: 900 | |
| 16 | timeout-minutes: 360 | |
| 17 | 17 | runs-on: [self-hosted, Linux, riscv64] |
| 18 | 18 | steps: |
| 19 | 19 | - name: Checkout |