summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-12-05 10:38:40 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-12-05 10:38:57 +0100
commit8bb7417ca26c18b18b791c1def2eb7c7b03c74b9 (patch)
tree0f7af89b052648ac75f62beca5f8ed9bb842a43a /azure-pipelines.yml
parent89bbaf505a942d0568b072fda2dc641ea270ff88 (diff)
downloadphp-git-8bb7417ca26c18b18b791c1def2eb7c7b03c74b9.tar.gz
Increase timeout on msan job
[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 1932b1cdee..7517e58bf2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -85,7 +85,7 @@ jobs:
configurationName: DEBUG_ZTS_MSAN
configurationParameters: '--enable-debug --enable-zts'
runTestsParameters: --msan
- timeoutInMinutes: 90
+ timeoutInMinutes: 120
- template: azure/community_job.yml
parameters:
configurationName: COMMUNITY