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'