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:
suffiank 2020-07-02 15:38:39 -07:00 committed by GitHub
parent 67a7d93b49
commit 7a05b3ca87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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