Increase timeout of UB Windows legs to 12 hours (#19264)

This commit is contained in:
Přemek Vysoký 2024-04-02 14:15:18 +02:00 committed by GitHub
parent dc9d9b50ac
commit 66dc1a439a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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