Increase timeout of UB Windows legs to 12 hours (#19264)
This commit is contained in:
parent
dc9d9b50ac
commit
66dc1a439a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ jobs:
|
|||
# Currently, CodeQL slows the build down too much
|
||||
# https://github.com/dotnet/source-build/issues/4276
|
||||
${{ if and(parameters.isBuiltFromVmr, startswith(parameters.buildName, 'Windows'), eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
timeoutInMinutes: 360
|
||||
timeoutInMinutes: 720
|
||||
${{ else }}:
|
||||
timeoutInMinutes: 150
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue