From ef2ec1774cfed69193cf38d3c0014cd6bfa77563 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Mon, 15 Jul 2024 09:57:21 +0200 Subject: [PATCH] Increase windows build timeouts They were on the edge and sometime timeouted --- eng/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml index f8fd588..7c718a8 100644 --- a/eng/azure-pipelines.yml +++ b/eng/azure-pipelines.yml @@ -182,7 +182,7 @@ extends: ############ Windows BUILD ############ - job: Build_win_x64 displayName: Windows_x64 - timeoutInMinutes: 120 + timeoutInMinutes: 150 pool: name: $(DncEngInternalBuildPool) image: $(WindowsImage) @@ -213,7 +213,7 @@ extends: - job: Build_win_arm64 displayName: Windows_arm64 - timeoutInMinutes: 120 + timeoutInMinutes: 150 pool: name: $(DncEngInternalBuildPool) image: $(WindowsImage)