From 0e539970e423fb562a42de6e5aa3f4cd3866999b Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 2 Mar 2020 19:44:19 +0100 Subject: ci/tests: some MacOS builds randomly take longer than 20min --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2ac52f19a..f7ca699a9 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -131,7 +131,7 @@ stages: jobs: - job: macos_vanilla displayName: macos default - timeoutInMinutes: 20 + timeoutInMinutes: 30 pool: vmImage: 'macOS-latest' steps: @@ -151,7 +151,7 @@ stages: - job: macos_libssh2 displayName: macos libssh2 - timeoutInMinutes: 20 + timeoutInMinutes: 30 pool: vmImage: 'macOS-latest' steps: -- cgit v1.2.1