Skip to content

Commit abb7f28

Browse files
committed
[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.
1 parent 2cd9233 commit abb7f28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,7 @@ jobs:
10861086
- zts: ${{ !inputs.run_freebsd_zts && true || '*never*' }}
10871087
name: "FREEBSD_${{ matrix.zts && 'ZTS' || 'NTS' }}"
10881088
runs-on: ubuntu-latest
1089+
timeout-minutes: 50
10891090
steps:
10901091
- name: git checkout
10911092
uses: actions/checkout@v4

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
175175
name: FREEBSD
176176
runs-on: ubuntu-latest
177+
timeout-minutes: 50
177178
steps:
178179
- name: git checkout
179180
uses: actions/checkout@v4

0 commit comments

Comments
 (0)