From 31f6f598edcdafc48c82c4087ef3734924ce35c9 Mon Sep 17 00:00:00 2001 From: Soren Lassen Date: Wed, 4 Oct 2023 11:00:27 -0700 Subject: [PATCH] increase Windows CI timeout again (#2546) because the latest LLVM bump in PR #2545 exceeded the 4.5h timeout see PR #2511 for more context Signed-off-by: Soren Lassen Co-authored-by: Alexandre Eichenberger --- .azure-pipelines/Windows-CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/Windows-CI.yml b/.azure-pipelines/Windows-CI.yml index 8303fee5aa..bcb91f9f71 100644 --- a/.azure-pipelines/Windows-CI.yml +++ b/.azure-pipelines/Windows-CI.yml @@ -11,8 +11,8 @@ parameters: jobs: - job: Build_onnx_mlir_Windows - # 4h timeout is sometimes a tiny bit short when llvm-project is rebuilt - timeoutInMinutes: 270 + # Sometimes takes more than 4.5h when llvm-project is rebuilt + timeoutInMinutes: 330 pool: vmImage: 'windows-2019'