Skip to content

Commit

Permalink
ADO pipeline needs extra time for cache misses
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Jun 27, 2024
1 parent 5d97370 commit 09edb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09edb4f

Please sign in to comment.