From 6b086043f677dba377888a529a5d98fa36205330 Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Tue, 21 Jan 2025 22:29:53 -0500 Subject: [PATCH] [release/9.0.1xx] [CI] Increase timeout for the signing artifacts (#22027) Increasing timeout https://github.com/xamarin/yaml-templates/blob/main/sign-artifacts/jobs/v2.yml#L43 --- tools/devops/automation/templates/release/vs-insertion-prep.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/devops/automation/templates/release/vs-insertion-prep.yml b/tools/devops/automation/templates/release/vs-insertion-prep.yml index af72c61d5c67..41246b8963e0 100644 --- a/tools/devops/automation/templates/release/vs-insertion-prep.yml +++ b/tools/devops/automation/templates/release/vs-insertion-prep.yml @@ -52,6 +52,7 @@ stages: # Check - "xamarin-macios (Prepare Release Sign NuGets)" - template: sign-artifacts/jobs/v2.yml@yaml-templates parameters: + timeoutInMinutes: 120 use1ESTemplate: true uploadBinlogs: true uploadPrefix: ${{ parameters.uploadPrefix }}