summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-16 10:15:08 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-16 10:15:08 +0100
commit2d7ada2c0bd1bfce5bec91accad32c0c45f8c0df (patch)
tree8a1ede1038f0532d46947bce02576ff4d3989502 /azure-pipelines.yml
parent4fb82521860c0eb9190ec41f4cb3b85fb87bf812 (diff)
downloadphp-git-2d7ada2c0bd1bfce5bec91accad32c0c45f8c0df.tar.gz
Increase timeout on asan job
Regularly runs against the 5:10 hour limit on master. Increase it to 6:00 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 dabf35b3d2..6f6eb1d6cf 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