diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index d7390469f5..884ee06c14 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-debug.sh - timeout-minutes: 300 + timeout-minutes: 360 s390x-linux-release: runs-on: [self-hosted, s390x-linux] steps: @@ -118,7 +118,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/s390x-linux-release.sh - timeout-minutes: 240 + timeout-minutes: 300 x86_64-freebsd-debug: runs-on: [self-hosted, x86_64-freebsd]