From abb7f2879eb46b2e39f146594521d8fb3bb85376 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 12 Aug 2025 14:17:33 +0200 Subject: [PATCH] [skip ci] Add timeout for FreeBSD Unfortunately, these jobs routinely fail to boot correctly. In this case, they'll stall and block CI for 6 hours until they finally fail. Add a limit to make them fail earlier. --- .github/workflows/nightly.yml | 1 + .github/workflows/push.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 513ade4a710..ffa43fe744a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1086,6 +1086,7 @@ jobs: - zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }} name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}" runs-on: ubuntu-latest + timeout-minutes: 50 steps: - name: git checkout uses: actions/checkout@v4 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5c1057dd916..29fc841dd4e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -174,6 +174,7 @@ jobs: if: github.repository == 'php/php-src' || github.event_name == 'pull_request' name: FREEBSD runs-on: ubuntu-latest + timeout-minutes: 50 steps: - name: git checkout uses: actions/checkout@v4