File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33
44freebsd_task :
55 name : FREEBSD_DEBUG_NTS
6+ timeout_in : 50m
67 freebsd_instance :
78 image_family : freebsd-13-3
89 env :
Original file line number Diff line number Diff line change 7777 asan : true
7878 name : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
7979 runs-on : ubuntu-${{ !matrix.asan && '22' || '20' }}.04
80+ timeout-minutes : 50
8081 container :
8182 image : ${{ matrix.asan && 'ubuntu:23.04' || null }}
8283 steps :
@@ -146,6 +147,7 @@ jobs:
146147 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
147148 name : LINUX_X32_DEBUG_ZTS
148149 runs-on : ubuntu-latest
150+ timeout-minutes : 50
149151 container :
150152 image : ubuntu:20.04
151153 env :
@@ -199,6 +201,7 @@ jobs:
199201 arch : ARM64
200202 name : MACOS_${{ matrix.arch }}_DEBUG_NTS
201203 runs-on : macos-${{ matrix.os }}
204+ timeout-minutes : 50
202205 steps :
203206 - name : git checkout
204207 uses : actions/checkout@v4
@@ -233,6 +236,7 @@ jobs:
233236 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
234237 name : WINDOWS_X64_ZTS
235238 runs-on : windows-2022
239+ timeout-minutes : 50
236240 env :
237241 PHP_BUILD_CACHE_BASE_DIR : C:\build-cache
238242 PHP_BUILD_OBJ_DIR : C:\obj
@@ -259,6 +263,7 @@ jobs:
259263 name : BENCHMARKING
260264 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
261265 runs-on : ubuntu-22.04
266+ timeout-minutes : 50
262267 steps :
263268 - name : git checkout
264269 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments