From a8361958ed777d97c6b6f2653b58e9c3104371de Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Thu, 27 Jun 2024 10:39:53 -0700 Subject: [PATCH] ADO pipeline needs extra time for cache misses (#288) --- .ado/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/release.yml b/.ado/release.yml index 34caf4a6..68108d0d 100644 --- a/.ado/release.yml +++ b/.ado/release.yml @@ -82,7 +82,7 @@ extends: LLVM_DIRECTORY: $(Build.SourcesDirectory)\target\llvm ${{ else }}: LLVM_DIRECTORY: $(Build.SourcesDirectory)/target/llvm - timeoutInMinutes: 30 + timeoutInMinutes: 300 templateContext: outputs: - output: pipelineArtifact