Skip to content

Commit 712bee1

Browse files
authored
Fix Pipeline Timeout Issue (#22901)
### 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. -->
1 parent af0303f commit 712bee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci_build/github/azure-pipelines/templates/windowsai-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ parameters:
1111

1212
jobs:
1313
- job: Windows_Packaging_${{ parameters.BuildArch }}_${{ parameters.Runtime }}
14+
timeoutInMinutes: 180
1415
templateContext:
1516
outputs:
1617
- output: pipelineArtifact

0 commit comments

Comments
 (0)