Skip to content

Commit

Permalink
Monitoring: Default 120mn timeout in Azure Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jun 27, 2024
1 parent 7bafb36 commit 4f697c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions defaults/monitoring/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
dependsOn: BackupSfdxHardis
pool:
vmImage: 'ubuntu-latest'
timeoutInMinutes: "120"

steps:
- checkout: self
Expand Down

0 comments on commit 4f697c4

Please sign in to comment.