From 417929b049829c44bcd59c0d0eae7ae6c71ab111 Mon Sep 17 00:00:00 2001 From: suffian khan Date: Mon, 21 Sep 2020 21:15:22 +0000 Subject: [PATCH] jobs timeout .. --- tools/ci_build/github/azure-pipelines/post-merge-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8dd0b82efc..181f725335 100644 --- a/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml +++ b/tools/ci_build/github/azure-pipelines/post-merge-jobs.yml @@ -2,7 +2,7 @@ jobs: - job: CodeCoverage workspace: clean: all - timeoutInMinutes: 120 + timeoutInMinutes: 150 variables: skipComponentGovernanceDetection: true pool: 'Linux-CPU'