diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 74d401cdead06e0f9f8ee3b6f4197a9ebdec09e8..25d7699c200bc8f4e33ec65d90d40c7ba6a5d9e4 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-freebsd-debug.sh - timeout-minutes: 1440 + timeout-minutes: 120 x86_64-freebsd-release: runs-on: [self-hosted, x86_64-freebsd] steps: @@ -184,7 +184,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/x86_64-freebsd-release.sh - timeout-minutes: 1440 + timeout-minutes: 120 x86_64-linux-debug: runs-on: [self-hosted, x86_64-linux]