authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 00:51:37+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-11 00:51:37+01:00
logc002b96f178943375b9c454d88a911627a53759d
tree1e83b411c4b404e8b9eecc8f47e4f7d5a67a3813
parentfe0b2ab9dfaa7ef375bb85a4c2fcb801bfa329d0
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "ci: bump loongarch64-linux timeouts by 1 hour"

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:
6666 fetch-depth: 0
6767 - name: Build and Test
6868 run: sh ci/loongarch64-linux-debug.sh
69 timeout-minutes: 300
69 timeout-minutes: 240
7070 loongarch64-linux-release:
7171 runs-on: [self-hosted, loongarch64-linux]
7272 steps:
......@@ -76,7 +76,7 @@ jobs:
7676 fetch-depth: 0
7777 - name: Build and Test
7878 run: sh ci/loongarch64-linux-release.sh
79 timeout-minutes: 240
79 timeout-minutes: 180
8080
8181 powerpc64le-linux-debug:
8282 runs-on: [self-hosted, powerpc64le-linux]