Skip to content

Commit

Permalink
Increase link check timeout for nightly caching job
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weshaggard authored Jun 28, 2023
1 parent 84aa515 commit 01a37b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/githubio-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 01a37b6

Please sign in to comment.