diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index de5070160d7a9a3554fd80e59cb07fe32a08c124..a07fdd57aeaec23a8f7b33ece4332f23bfedd4f9 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: 120 + timeout-minutes: 1440 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: 120 + timeout-minutes: 1440 x86_64-linux-debug: runs-on: [self-hosted, x86_64-linux]