Skip to content

Commit 3759fbd

Browse files
authored
Extend the timeout of static analysis to 90 minutes (Azure#14610)
Co-authored-by: Beisi Zhou <[email protected]>
1 parent ecda790 commit 3759fbd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.azure-pipelines/powershell-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
displayName: Analyze
4040
dependsOn: Build
4141
condition: succeeded()
42+
timeoutInMinutes: 90
4243
strategy:
4344
matrix:
4445
windows:

.azure-pipelines/windows-powershell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
displayName: Analyze
2828
dependsOn: Build
2929
condition: succeeded()
30+
timeoutInMinutes: 90
3031
pool:
3132
vmImage: ${{ variables.WindowsImage }}
3233

0 commit comments

Comments
 (0)