From d49e7c0b158f5719133e675e8f6d2676249be801 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Wed, 7 Jul 2021 04:52:02 +0000 Subject: [PATCH] azure-pipelines.yml: Reduce timeout time to 60 minutes (#12826) --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1e333ad933..e041911fcf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ variables: jobs: - job: Windows_DMD_bootstrap - timeoutInMinutes: 120 + timeoutInMinutes: 60 pool: vmImage: 'vs2017-win2016' variables: @@ -24,7 +24,7 @@ jobs: - template: .azure-pipelines/windows.yml - job: Windows_DMD_latest - timeoutInMinutes: 120 + timeoutInMinutes: 60 pool: vmImage: 'vs2017-win2016' variables: @@ -45,7 +45,7 @@ jobs: - template: .azure-pipelines/windows-artifact.yml - job: Windows_Coverage - timeoutInMinutes: 120 + timeoutInMinutes: 60 pool: vmImage: 'vs2017-win2016' variables: @@ -68,7 +68,7 @@ jobs: - template: .azure-pipelines/windows.yml - job: Windows_VisualD_LDC - timeoutInMinutes: 120 + timeoutInMinutes: 60 pool: vmImage: 'vs2017-win2016' variables: