From 97516f58b141bcc5a2d472d98246e9413007312a Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 21 Aug 2019 10:16:15 -0700 Subject: [PATCH] ICU-20782 Extend CI build timeout for Windows ARM/ARM64. --- .ci-builds/.azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index a35cc3586b7..5be29862cb4 100644 --- a/.ci-builds/.azure-pipelines.yml +++ b/.ci-builds/.azure-pipelines.yml @@ -99,7 +99,7 @@ jobs: #------------------------------------------------------------------------- - job: ICU4C_MSVC_x64_ARM32_ARM64_Release displayName: 'C: MSVC x64 ARM32 ARM64 Release (VS 2017)' - timeoutInMinutes: 30 + timeoutInMinutes: 60 pool: vmImage: 'vs2017-win2016' demands: @@ -150,7 +150,7 @@ jobs: #------------------------------------------------------------------------- - job: ICU4C_MSVC_x86_Debug displayName: 'C: MSVC 32-bit Debug (VS 2017)' - timeoutInMinutes: 45 + timeoutInMinutes: 60 pool: vmImage: 'vs2017-win2016' demands: -- 2.40.0