From 80f19c14edee8f34ee2078250d2aa0882ff7324d Mon Sep 17 00:00:00 2001 From: SeSeicht <48480298+SeSeicht@users.noreply.github.com> Date: Wed, 12 Jan 2022 09:01:09 +0000 Subject: [PATCH 1/2] hostingenv to defaultJobTimeoutInMinutes: 360 --- .azuredevops/modulePipelines/ms.web.hostingenvironments.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml b/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml index fac295ca78..9766338adb 100644 --- a/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml +++ b/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml @@ -51,6 +51,7 @@ stages: removeDeployment: '${{ parameters.removeDeployment }}' deploymentBlocks: - path: $(modulePath)/.parameters/parameters.json + defaultJobTimeoutInMinutes: 360 - stage: Publishing displayName: Publish module From 3ac370de24ff90418d867474f68fe706b7ba639e Mon Sep 17 00:00:00 2001 From: SeSeicht <48480298+SeSeicht@users.noreply.github.com> Date: Wed, 12 Jan 2022 10:31:18 +0100 Subject: [PATCH 2/2] Update .azuredevops/modulePipelines/ms.web.hostingenvironments.yml Co-authored-by: Alexander Sehr --- .azuredevops/modulePipelines/ms.web.hostingenvironments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml b/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml index 9766338adb..829da900c9 100644 --- a/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml +++ b/.azuredevops/modulePipelines/ms.web.hostingenvironments.yml @@ -51,7 +51,7 @@ stages: removeDeployment: '${{ parameters.removeDeployment }}' deploymentBlocks: - path: $(modulePath)/.parameters/parameters.json - defaultJobTimeoutInMinutes: 360 + defaultJobTimeoutInMinutes: 180 - stage: Publishing displayName: Publish module