Skip to content

Commit

Permalink
Fix Pipeline Timeout Issue (#22901)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->
Extend timeout for always failed job. 


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
idiskyle authored Nov 20, 2024
1 parent af0303f commit 712bee1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parameters:

jobs:
- job: Windows_Packaging_${{ parameters.BuildArch }}_${{ parameters.Runtime }}
timeoutInMinutes: 180
templateContext:
outputs:
- output: pipelineArtifact
Expand Down

0 comments on commit 712bee1

Please sign in to comment.