| author | |
| committer | |
| log | c002b96f178943375b9c454d88a911627a53759d |
| tree | 1e83b411c4b404e8b9eecc8f47e4f7d5a67a3813 |
| parent | fe0b2ab9dfaa7ef375bb85a4c2fcb801bfa329d0 |
| signature |
This reverts commit 867501d9d2f757f99af59b1904b251aa63262e23.
It seems that the increased run time was a result of the regressed
test-incremental step and that we are now back to normal.1 files changed, 2 insertions(+), 2 deletions(-)
.forgejo/workflows/ci.yaml+2-2| ... | ... | @@ -66,7 +66,7 @@ jobs: |
| 66 | 66 | fetch-depth: 0 |
| 67 | 67 | - name: Build and Test |
| 68 | 68 | run: sh ci/loongarch64-linux-debug.sh |
| 69 | timeout-minutes: 300 | |
| 69 | timeout-minutes: 240 | |
| 70 | 70 | loongarch64-linux-release: |
| 71 | 71 | runs-on: [self-hosted, loongarch64-linux] |
| 72 | 72 | steps: |
| ... | ... | @@ -76,7 +76,7 @@ jobs: |
| 76 | 76 | fetch-depth: 0 |
| 77 | 77 | - name: Build and Test |
| 78 | 78 | run: sh ci/loongarch64-linux-release.sh |
| 79 | timeout-minutes: 240 | |
| 79 | timeout-minutes: 180 | |
| 80 | 80 | |
| 81 | 81 | powerpc64le-linux-debug: |
| 82 | 82 | runs-on: [self-hosted, powerpc64le-linux] |