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 3
3
4
4
freebsd_task :
5
5
name : FREEBSD_DEBUG_NTS
6
+ timeout_in : 50m
6
7
freebsd_instance :
7
8
image_family : freebsd-13-3
8
9
env :
Original file line number Diff line number Diff line change 81
81
asan : true
82
82
name : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
83
83
runs-on : ubuntu-${{ !matrix.asan && '22' || '20' }}.04
84
+ timeout-minutes : 50
84
85
container :
85
86
image : ${{ matrix.asan && 'ubuntu:23.04' || null }}
86
87
steps :
@@ -150,6 +151,7 @@ jobs:
150
151
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
151
152
name : LINUX_X32_DEBUG_ZTS
152
153
runs-on : ubuntu-latest
154
+ timeout-minutes : 50
153
155
container :
154
156
image : ubuntu:20.04
155
157
env :
@@ -203,6 +205,7 @@ jobs:
203
205
arch : ARM64
204
206
name : MACOS_${{ matrix.arch }}_DEBUG_NTS
205
207
runs-on : macos-${{ matrix.os }}
208
+ timeout-minutes : 50
206
209
steps :
207
210
- name : git checkout
208
211
uses : actions/checkout@v4
@@ -237,6 +240,7 @@ jobs:
237
240
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
238
241
name : WINDOWS_X64_ZTS
239
242
runs-on : windows-2022
243
+ timeout-minutes : 50
240
244
env :
241
245
PHP_BUILD_CACHE_BASE_DIR : C:\build-cache
242
246
PHP_BUILD_OBJ_DIR : C:\obj
@@ -263,6 +267,7 @@ jobs:
263
267
name : BENCHMARKING
264
268
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
265
269
runs-on : ubuntu-22.04
270
+ timeout-minutes : 50
266
271
steps :
267
272
- name : git checkout
268
273
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments