From 1ce14e752b42b09bcaeb5d818475dc01f2007b3e Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:30:35 -0700 Subject: [PATCH] Increase timeout for clean-build-docker-image-cache-pipeline. (#12776) --- .../azure-pipelines/clean-build-docker-image-cache-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/clean-build-docker-image-cache-pipeline.yml b/tools/ci_build/github/azure-pipelines/clean-build-docker-image-cache-pipeline.yml index e3ac58d418..24086b6166 100644 --- a/tools/ci_build/github/azure-pipelines/clean-build-docker-image-cache-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/clean-build-docker-image-cache-pipeline.yml @@ -22,7 +22,7 @@ jobs: pool: vmImage: 'ubuntu-20.04' - timeoutInMinutes: 10 + timeoutInMinutes: 30 steps: - checkout: self