From e13b7266d3885c25a55e7dfb6647853a22a04f91 Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Mon, 27 Mar 2023 17:26:12 +0100 Subject: [PATCH] [ci] Allow more time for mac builds to run Since we run on macOS 10.15 which is unsupported, homebrew has to build everything from source so builds can take a while Temporary measure before we update to macOS 11 --- extra/azure-pipelines/build-mac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/azure-pipelines/build-mac.yml b/extra/azure-pipelines/build-mac.yml index 6d5415ba..843e511a 100644 --- a/extra/azure-pipelines/build-mac.yml +++ b/extra/azure-pipelines/build-mac.yml @@ -6,6 +6,7 @@ parameters: jobs: - job: ${{ parameters.name }} + timeoutInMinutes: 90 pool: vmImage: ${{ parameters.vmImage }} variables: