mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
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. -->
This commit is contained in:
parent
af0303f9b4
commit
712bee13db
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ parameters:
|
|||
|
||||
jobs:
|
||||
- job: Windows_Packaging_${{ parameters.BuildArch }}_${{ parameters.Runtime }}
|
||||
timeoutInMinutes: 180
|
||||
templateContext:
|
||||
outputs:
|
||||
- output: pipelineArtifact
|
||||
|
|
|
|||
Loading…
Reference in a new issue