From 66dc1a439adb361ef92f4af92baa86bd852ab08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Tue, 2 Apr 2024 14:15:18 +0200 Subject: [PATCH] Increase timeout of UB Windows legs to 12 hours (#19264) --- eng/pipelines/templates/jobs/vmr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/jobs/vmr-build.yml b/eng/pipelines/templates/jobs/vmr-build.yml index 4e5566817..46c450ca8 100644 --- a/eng/pipelines/templates/jobs/vmr-build.yml +++ b/eng/pipelines/templates/jobs/vmr-build.yml @@ -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