| ... | ... | @@ -52,7 +52,7 @@ jobs: |
| 52 | 52 | run: sh ci/aarch64-linux-release.sh |
| 53 | 53 | riscv64-linux-debug: |
| 54 | 54 | if: github.event_name == 'push' |
| 55 | | timeout-minutes: 360 |
| 55 | timeout-minutes: 420 |
| 56 | 56 | runs-on: [self-hosted, Linux, riscv64] |
| 57 | 57 | steps: |
| 58 | 58 | - name: Checkout |
| ... | ... | @@ -61,7 +61,7 @@ jobs: |
| 61 | 61 | run: sh ci/riscv64-linux-debug.sh |
| 62 | 62 | riscv64-linux-release: |
| 63 | 63 | if: github.event_name == 'push' |
| 64 | | timeout-minutes: 360 |
| 64 | timeout-minutes: 420 |
| 65 | 65 | runs-on: [self-hosted, Linux, riscv64] |
| 66 | 66 | steps: |
| 67 | 67 | - name: Checkout |