From c002b96f178943375b9c454d88a911627a53759d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 11 Jan 2026 00:51:37 +0100 Subject: [PATCH] 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. --- .forgejo/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index f289fb71f4..d7390469f5 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/loongarch64-linux-debug.sh - timeout-minutes: 300 + timeout-minutes: 240 loongarch64-linux-release: runs-on: [self-hosted, loongarch64-linux] steps: @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/loongarch64-linux-release.sh - timeout-minutes: 240 + timeout-minutes: 180 powerpc64le-linux-debug: runs-on: [self-hosted, powerpc64le-linux]