mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Extend timeout in Nuget-CUDA-Packaging-Pipeline (#19138)
### Description <!-- Describe your changes. --> ### Motivation and Context Linux_GPU_x64 job in the pipeline has been canceled due to timeout since 0112.
This commit is contained in:
parent
b2ce3eedb9
commit
922a2f00e3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ stages:
|
|||
- job:
|
||||
workspace:
|
||||
clean: all
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 150
|
||||
pool: 'Onnxruntime-Linux-GPU'
|
||||
variables:
|
||||
- name: CUDA_VERSION_MAJOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue