From d6ca8729491e1630e7fe3e1ebff19843cb3a4c8a Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Thu, 5 Oct 2023 12:19:13 -0700 Subject: [PATCH] [githubio-linkcheck] Reduce timeout from infinite to 6 hours (#7068) - 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 --- eng/pipelines/githubio-linkcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/githubio-linkcheck.yml b/eng/pipelines/githubio-linkcheck.yml index f945543c74e..a19d4aaca24 100644 --- a/eng/pipelines/githubio-linkcheck.yml +++ b/eng/pipelines/githubio-linkcheck.yml @@ -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'