Double the default timeout. Publishing is subject to huge delays due to contention...
authorRakesh Singh <raksingh@microsoft.com>
Thu, 20 Dec 2018 22:28:40 +0000 (14:28 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 22:28:40 +0000 (14:28 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/1a047b3517d236397c2f915ed89cd304f5daaa76

eng/jobs/finalize-publish.yml

index 0d6d0b2..f8dccf1 100644 (file)
@@ -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: