From 9f128c5577db3ab142194104feeca836585da5f8 Mon Sep 17 00:00:00 2001 From: David Watrous <509299+dpwatrous@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:48:28 -0400 Subject: [PATCH] Bump MacOS dist pipeline timeout to 2 hour (#2770) Notarization and code signing are making the MacOS distribution come extremely close (or over) the 60 minute default timeout. --- .vsts/distribution.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.vsts/distribution.yml b/.vsts/distribution.yml index f6a67b66f..5f7f51a25 100644 --- a/.vsts/distribution.yml +++ b/.vsts/distribution.yml @@ -35,6 +35,7 @@ stages: - template: ./linux/distribution.yml - job: MacOS + timeoutInMinutes: 120 # Needed because Codesign and Notarization add 20+ minutes pool: vmImage: macOS-11 demands: xcode