From 7a05b3ca87ee32b3fca01f9faac4e11991a1739d Mon Sep 17 00:00:00 2001 From: suffiank Date: Thu, 2 Jul 2020 15:38:39 -0700 Subject: [PATCH] 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 --- .../github/azure-pipelines/templates/py-packaging-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index cdcc36b511..12eb30a1b7 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -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