From 8bb7417ca26c18b18b791c1def2eb7c7b03c74b9 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 5 Dec 2020 10:38:40 +0100 Subject: Increase timeout on msan job [ci skip] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.1