diff --git a/eng/pipelines/generate-all-docs.yml b/eng/pipelines/generate-all-docs.yml index 8f2a511ba117..41092e15476e 100644 --- a/eng/pipelines/generate-all-docs.yml +++ b/eng/pipelines/generate-all-docs.yml @@ -9,7 +9,7 @@ jobs: variables: skipComponentGovernanceDetection: true - timeoutInMinutes: 1200 + timeoutInMinutes: 120 pool: vmImage: 'ubuntu-18.04' @@ -35,4 +35,4 @@ jobs: - task: PublishPipelineArtifact@0 inputs: artifactName: 'documentation' - targetPath: '$(Build.SourcesDirectory)/_docs' + targetPath: '$(Build.SourcesDirectory)/_docs' \ No newline at end of file