From 65ff02fdb0139a8ef13e0babd463439cb98c743d Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 6 Aug 2019 07:49:31 -0700 Subject: [PATCH] Set job timeout for code coverage pipeline to 120min(#1563) --- tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml index 9b5f1f17a5..82cb2edab4 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -2,6 +2,7 @@ jobs: - job: Windows_Debug_CPU_x64 pool: 'Win-CPU' + timeoutInMinutes: 120 variables: - group: dashboard_mysql_secret - name: buildDirectory