summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-30 09:54:51 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-30 09:59:08 +0200
commit849c7415b5ee42a2a56be62404bf9fb07a5a630d (patch)
tree9e1500832be8d56713c9ebe7681ce0e894f55fce /azure-pipelines.yml
parente8c4ae83cb6652833e0cfcd8b3f3567c7c4c7539 (diff)
downloadphp-git-849c7415b5ee42a2a56be62404bf9fb07a5a630d.tar.gz
Increase timeout on asan job
We now also run tests with function JIT here, which makes this slower. Probably, this job should be split up into asan and ubsan, and possibly run with optimization. [ci skip]
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 f8af8e4db4..8b46650860 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: 210
+ timeoutInMinutes: 240
- template: azure/msan_job.yml
parameters:
configurationName: DEBUG_ZTS_MSAN