From 1e2cb1cdf96a3c452e411f524e4a110d81b8b7bf Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Tue, 22 Jun 2021 15:32:53 -0700 Subject: [PATCH] increase the timeout for compile step (#15872) give it 30 minutes more to see whether the compile step can finish within reasonable extra time. --- build/azure-pipelines/sql-product-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/sql-product-build.yml b/build/azure-pipelines/sql-product-build.yml index 412ada4d89..a827653913 100644 --- a/build/azure-pipelines/sql-product-build.yml +++ b/build/azure-pipelines/sql-product-build.yml @@ -15,7 +15,7 @@ jobs: echo "##vso[build.addbuildtag]$(VSCODE_QUALITY)" displayName: Add Quality Build Tag - template: sql-product-compile.yml - timeoutInMinutes: 90 + timeoutInMinutes: 120 - job: macOS condition: and(succeeded(), eq(variables['VSCODE_BUILD_MACOS'], 'true'), ne(variables['VSCODE_QUALITY'], 'saw'))