From dd65bf0bd745c50deee1b3e675fcbbf1c7ba50d8 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Thu, 20 Dec 2018 14:28:40 -0800 Subject: [PATCH] Double the default timeout. Publishing is subject to huge delays due to contention on the dotnet-core blob feed (dotnet/core-setup#4892) Commit migrated from https://github.com/dotnet/core-setup/commit/1a047b3517d236397c2f915ed89cd304f5daaa76 --- eng/jobs/finalize-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/jobs/finalize-publish.yml b/eng/jobs/finalize-publish.yml index 0d6d0b2..f8dccf1 100644 --- a/eng/jobs/finalize-publish.yml +++ b/eng/jobs/finalize-publish.yml @@ -35,6 +35,8 @@ jobs: name: Hosted VS2017 ${{ if ne(variables['System.TeamProject'], 'public') }}: name: dotnet-internal-temp + # Double the default timeout. Publishing is subject to huge delays due to contention on the dotnet-core blob feed + timeoutInMinutes: 120 variables: _PublishType: ${{ parameters._PublishType}} steps: -- 2.7.4