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