Skip to content

Commit

Permalink
[githubio-linkcheck] Reduce timeout from infinite to 6 hours (#7068)
Browse files Browse the repository at this point in the history
- Pipeline normally runs in 3 hours, so 6 hours is plenty of time
- We should not use infinite timeouts, to avoid blocking build agents indefinitely
  • Loading branch information
mikeharder authored Oct 5, 2023
1 parent 1ab3b89 commit d6ca872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/githubio-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
jobs:
- job: CheckLinks
displayName: Check and Cache Links
timeoutInMinutes: 0
timeoutInMinutes: 360
steps:
- task: PowerShell@2
displayName: 'azure-sdk link check'
Expand Down

0 comments on commit d6ca872

Please sign in to comment.