summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-16 10:16:13 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-16 10:16:13 +0100
commitd16341dabe30f03149d78a03dad734b9d32907b2 (patch)
tree02233d2f393227ed84d591d2dbe70601f17beeae /azure-pipelines.yml
parent45e6dc7beb07aa0ca839e565480272c58c78f548 (diff)
parent2d7ada2c0bd1bfce5bec91accad32c0c45f8c0df (diff)
downloadphp-git-d16341dabe30f03149d78a03dad734b9d32907b2.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Increase timeout on asan job
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 669b42a606..bf67866c7a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -79,7 +79,7 @@ jobs:
CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
LDFLAGS='-fsanitize=undefined,address'
runTestsParameters: --asan
- timeoutInMinutes: 310
+ timeoutInMinutes: 360
- template: azure/msan_job.yml
parameters:
configurationName: DEBUG_ZTS_MSAN