mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Increase timeout on sanitizer job
This is starting to hit the limit. Let it run for 3:30 hours.
This commit is contained in:
parent
f37138d2c5
commit
f9462fe6e4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ jobs:
|
|||
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
|
||||
LDFLAGS='-fsanitize=undefined,address'
|
||||
runTestsParameters: --asan
|
||||
timeoutInMinutes: 180
|
||||
timeoutInMinutes: 210
|
||||
- template: azure/msan_job.yml
|
||||
parameters:
|
||||
configurationName: DEBUG_ZTS_MSAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue