Skip to content

Commit

Permalink
Bump MacOS dist pipeline timeout to 2 hour (#2770)
Browse files Browse the repository at this point in the history
Notarization and code signing are making the MacOS distribution
come extremely close (or over) the 60 minute default timeout.
  • Loading branch information
dpwatrous authored Aug 2, 2023
1 parent 1aecc3b commit 9f128c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vsts/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f128c5

Please sign in to comment.