| ... | ... | @@ -88,7 +88,7 @@ jobs: |
| 88 | 88 | fetch-depth: 0 |
| 89 | 89 | - name: Build and Test |
| 90 | 90 | run: sh ci/riscv64-linux-debug.sh |
| 91 | | timeout-minutes: 600 |
| 91 | timeout-minutes: 720 |
| 92 | 92 | riscv64-linux-release: |
| 93 | 93 | if: github.event_name != 'pull_request' |
| 94 | 94 | runs-on: [self-hosted, riscv64-linux] |
| ... | ... | @@ -99,7 +99,7 @@ jobs: |
| 99 | 99 | fetch-depth: 0 |
| 100 | 100 | - name: Build and Test |
| 101 | 101 | run: sh ci/riscv64-linux-release.sh |
| 102 | | timeout-minutes: 480 |
| 102 | timeout-minutes: 600 |
| 103 | 103 | |
| 104 | 104 | s390x-linux-debug: |
| 105 | 105 | runs-on: [self-hosted, s390x-linux] |