File tree 2 files changed +6
-0
lines changed
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 77
77
asan : true
78
78
name : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
79
79
runs-on : ubuntu-${{ !matrix.asan && '22' || '20' }}.04
80
+ timeout-minutes : 50
80
81
container :
81
82
image : ${{ matrix.asan && 'ubuntu:23.04' || null }}
82
83
steps :
@@ -146,6 +147,7 @@ jobs:
146
147
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
147
148
name : LINUX_X32_DEBUG_ZTS
148
149
runs-on : ubuntu-latest
150
+ timeout-minutes : 50
149
151
container :
150
152
image : ubuntu:20.04
151
153
env :
@@ -199,6 +201,7 @@ jobs:
199
201
arch : ARM64
200
202
name : MACOS_${{ matrix.arch }}_DEBUG_NTS
201
203
runs-on : macos-${{ matrix.os }}
204
+ timeout-minutes : 50
202
205
steps :
203
206
- name : git checkout
204
207
uses : actions/checkout@v4
@@ -233,6 +236,7 @@ jobs:
233
236
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
234
237
name : WINDOWS_X64_ZTS
235
238
runs-on : windows-2022
239
+ timeout-minutes : 50
236
240
env :
237
241
PHP_BUILD_CACHE_BASE_DIR : C:\build-cache
238
242
PHP_BUILD_OBJ_DIR : C:\obj
@@ -259,6 +263,7 @@ jobs:
259
263
name : BENCHMARKING
260
264
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
261
265
runs-on : ubuntu-22.04
266
+ timeout-minutes : 50
262
267
steps :
263
268
- name : git checkout
264
269
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments