summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-04-14 12:52:24 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-04-14 12:52:24 +0200
commitae1364c35006bfcd0d7feeecddb7499000eba1b5 (patch)
tree49bc0c75ea66d7937fcb27327cd80c26615a7b7f /azure-pipelines.yml
parent56d30bb35a509ea195f0ffe287f483880047820f (diff)
downloadphp-git-ae1364c35006bfcd0d7feeecddb7499000eba1b5.tar.gz
Increase timeout on ubsan/asan job
This one occasionally runs for more than 2:30 hours.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b59550766d..4dec0f4027 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -69,7 +69,7 @@ jobs:
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
LDFLAGS='-fsanitize=undefined,address'
runTestsParameters: --asan
- timeoutInMinutes: 150
+ timeoutInMinutes: 180
- template: azure/msan_job.yml
parameters:
configurationName: DEBUG_ZTS_MSAN