diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index ad6015c983e14d9c19f63771991bc4eafc2dd308..c3a368553f4bef1f8bbd0255701e28ecea6d67b2 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/aarch64-freebsd-debug.sh - timeout-minutes: 300 + timeout-minutes: 360 aarch64-freebsd-release: if: github.event_name != 'pull_request' runs-on: [self-hosted, aarch64-freebsd] @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/aarch64-freebsd-release.sh - timeout-minutes: 240 + timeout-minutes: 300 aarch64-linux-debug: runs-on: [self-hosted, aarch64-linux] @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/aarch64-netbsd-debug.sh - timeout-minutes: 300 + timeout-minutes: 360 aarch64-netbsd-release: if: github.event_name != 'pull_request' runs-on: [self-hosted, aarch64-netbsd] @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/aarch64-netbsd-release.sh - timeout-minutes: 240 + timeout-minutes: 300 aarch64-macos-debug: runs-on: [self-hosted, aarch64-macos]