From 1aef44f1c47f9436cc51618678384e2c9e7779cc Mon Sep 17 00:00:00 2001 From: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Date: Sat, 3 Feb 2024 04:05:29 +0800 Subject: [PATCH] [vcpkg] Extend the timeout period for vcpkg test msvc run (#36485) --- scripts/azure-pipelines/windows-unstable/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/azure-pipelines/windows-unstable/job.yml b/scripts/azure-pipelines/windows-unstable/job.yml index a4b09cd6e5..59f68d3a97 100644 --- a/scripts/azure-pipelines/windows-unstable/job.yml +++ b/scripts/azure-pipelines/windows-unstable/job.yml @@ -8,7 +8,7 @@ jobs: name: $(unstable-pool) workspace: clean: resources - timeoutInMinutes: 2880 # 2 days + timeoutInMinutes: 5760 # 4 days variables: - name: WORKING_ROOT value: D:\