diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e47b3ebbd3ed7a4e13f33eee3428d9c6238d656f..ff3d6bbb5b74741fd57d2d63624ac8c215e13193 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: 240 + timeout-minutes: 300 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: 180 + timeout-minutes: 240 powerpc64le-linux-debug: runs-on: [self-hosted, powerpc64le-linux]