increase the timeout for compile step (#15872)

give it 30 minutes more to see whether the compile step can finish within reasonable extra time.
This commit is contained in:
Alan Ren
2021-06-22 15:32:53 -07:00
committed by GitHub
parent ec2f2b19fb
commit 1e2cb1cdf9

View File

@@ -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'))