From 4f697c4b4e9e37ee462a10a83cc2f1dd2661aee3 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Thu, 27 Jun 2024 11:24:56 +0200 Subject: [PATCH] Monitoring: Default 120mn timeout in Azure Workflow --- CHANGELOG.md | 1 + defaults/monitoring/azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9192c39..680f630ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta` - Integrate with OpenAI ChatGPT to find solutions to deployment issues +- Monitoring: Default 120mn timeout in Azure Workflow ## [4.40.2] 2024-06-18 diff --git a/defaults/monitoring/azure-pipelines.yml b/defaults/monitoring/azure-pipelines.yml index 3eed06d2e..773bdd7c5 100644 --- a/defaults/monitoring/azure-pipelines.yml +++ b/defaults/monitoring/azure-pipelines.yml @@ -120,6 +120,7 @@ jobs: dependsOn: BackupSfdxHardis pool: vmImage: 'ubuntu-latest' + timeoutInMinutes: "120" steps: - checkout: self