| ... | @@ -66,7 +66,7 @@ jobs: | ... | @@ -66,7 +66,7 @@ jobs: |
| 66 | fetch-depth: 0 | 66 | fetch-depth: 0 |
| 67 | - name: Build and Test | 67 | - name: Build and Test |
| 68 | run: sh ci/loongarch64-linux-debug.sh | 68 | run: sh ci/loongarch64-linux-debug.sh |
| 69 | timeout-minutes: 300 | 69 | timeout-minutes: 240 |
| 70 | loongarch64-linux-release: | 70 | loongarch64-linux-release: |
| 71 | runs-on: [self-hosted, loongarch64-linux] | 71 | runs-on: [self-hosted, loongarch64-linux] |
| 72 | steps: | 72 | steps: |
| ... | @@ -76,7 +76,7 @@ jobs: | ... | @@ -76,7 +76,7 @@ jobs: |
| 76 | fetch-depth: 0 | 76 | fetch-depth: 0 |
| 77 | - name: Build and Test | 77 | - name: Build and Test |
| 78 | run: sh ci/loongarch64-linux-release.sh | 78 | run: sh ci/loongarch64-linux-release.sh |
| 79 | timeout-minutes: 240 | 79 | timeout-minutes: 180 |
| 80 | | 80 | |
| 81 | powerpc64le-linux-debug: | 81 | powerpc64le-linux-debug: |
| 82 | runs-on: [self-hosted, powerpc64le-linux] | 82 | runs-on: [self-hosted, powerpc64le-linux] |