From 01a37b614d4db732b9267a174ab02b0c12e623fe Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Wed, 28 Jun 2023 13:15:01 -0700 Subject: [PATCH] Increase link check timeout for nightly caching job There are a number of links that are redirects and take a while to resolve sometimes so for the nightly jobs we want to increase the timeout to allow them to complete successfully and get added to the cache. --- eng/pipelines/githubio-linkcheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/githubio-linkcheck.yml b/eng/pipelines/githubio-linkcheck.yml index fc547ebd807..f945543c74e 100644 --- a/eng/pipelines/githubio-linkcheck.yml +++ b/eng/pipelines/githubio-linkcheck.yml @@ -25,6 +25,7 @@ jobs: -inputCacheFile "$(cachefile)" -outputCacheFile "$(cachefile)" -devOpsLogging: $true + -requestTimeoutSec 60 # For the nightly link checks increase timeout to handle some of the links that are redirects and can take longer - task: PowerShell@2 displayName: 'azure-sdk link check with caching'