diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index f289fb71f432e74889f61462c73f0977ca0b903d..d7390469f5c528767427aebc4c3cc8c69e933ea8 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]