From 5f72352b3e414ff6632b5cb54f7e14bec12ca409 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 1 May 2024 23:31:10 +0200 Subject: [PATCH] increase timeout for macOS/Nix builds --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a78e0f6f49..a0db565796 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -132,6 +132,7 @@ jobs: TARGET: carbon pool: vmImage: 'macOS-latest' + timeoutInMinutes: 90 steps: - script: | curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix \