summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-25 10:36:19 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-25 10:36:19 +0200
commitf9462fe6e47d4f729ca381d0ba44083138ece6b5 (patch)
tree18eaeaf7da8bbc8be51bcb50c3a323396af12a23 /azure-pipelines.yml
parentf37138d2c5408916ed80839b94431d268b7fe24f (diff)
downloadphp-git-f9462fe6e47d4f729ca381d0ba44083138ece6b5.tar.gz
Increase timeout on sanitizer job
This is starting to hit the limit. Let it run for 3: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 178558ab11..f8af8e4db4 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: 180
+ timeoutInMinutes: 210
- template: azure/msan_job.yml
parameters:
configurationName: DEBUG_ZTS_MSAN