From: Nikita Popov Date: Sat, 5 Dec 2020 09:38:40 +0000 (+0100) Subject: Increase timeout on msan job X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bb7417ca26c18b18b791c1def2eb7c7b03c74b9;p=php Increase timeout on msan job [ci skip] --- 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