mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Increase python packaging pipeline timeout (#4412)
* increase python packaging pipeline from 90 to 110 min * change timeout to Linux GPU and do 120 min to match Win GPU
This commit is contained in:
parent
67a7d93b49
commit
7a05b3ca87
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ stages:
|
|||
|
||||
- ${{ if eq(parameters.enable_linux_gpu, true) }}:
|
||||
- job: Linux_py_GPU_Wheels
|
||||
timeoutInMinutes: 90
|
||||
timeoutInMinutes: 120
|
||||
workspace:
|
||||
clean: all
|
||||
pool: Linux-GPU-CUDA10
|
||||
|
|
|
|||
Loading…
Reference in a new issue