From 9a968b12db40bc34de43e79bf8d363ecfb7b2e44 Mon Sep 17 00:00:00 2001 From: Alexander Zhogov Date: Mon, 8 Jun 2020 12:17:50 +0300 Subject: [PATCH] Azure CI: increase timeout for Mac to 180 min --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b4cd8a36ab..78c697f22c7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -115,8 +115,8 @@ jobs: enabled: false - job: Mac - # About 150% of total time - timeoutInMinutes: 130 + # About 200% of total time (perfomace of Mac hosts is unstable) + timeoutInMinutes: 180 pool: vmImage: 'macOS-10.15' variables: