Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Fix: Timeout issues in pipelines during prod deployment of azure pipe…
Browse files Browse the repository at this point in the history
…lines
  • Loading branch information
azlam-abdulsalam committed May 15, 2020
1 parent 90afe23 commit 6750db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ stages:
displayName: 'Build and Deploy Azure Pipelines Extension'
dependsOn: BuildCLI
condition: and(succeeded('InstallNodeModules'), eq( dependencies.InstallNodeModules.outputs['Builddeciderstep.isAzurePipelinesUpdated'], true ))
timeoutInMinutes: 10
timeoutInMinutes: 20
pool:
vmImage: 'windows-latest'
environment: alpha
Expand Down Expand Up @@ -193,7 +193,7 @@ stages:
displayName: 'Build and Deploy Azure Pipelines Extension'
dependsOn: BuildCLI
condition: and(succeeded('InstallNodeModules'), eq( dependencies.InstallNodeModules.outputs['Builddeciderstep.isAzurePipelinesUpdated'], true ))
timeoutInMinutes: 10
timeoutInMinutes: 20
pool:
vmImage: 'windows-latest'
environment: beta
Expand Down Expand Up @@ -240,7 +240,7 @@ stages:
displayName: 'Build and Deploy Azure Pipelines Extension'
dependsOn: BuildCLI
condition: and(succeeded('InstallNodeModules'), eq( dependencies.InstallNodeModules.outputs['Builddeciderstep.isAzurePipelinesUpdated'], true ))
timeoutInMinutes: 10
timeoutInMinutes: 30
pool:
vmImage: 'windows-latest'
environment: prod
Expand Down
2 changes: 1 addition & 1 deletion packages/azpipelines/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "sfpowerscripts-beta",
"publisher": "AzlamSalam",
"name": "sfpowerscripts (beta)",
"version": "13.8000.9",
"version": "13.8000.10",
"description": "Azure Pipelines tasks for working with Salesforce",
"tags": [
"Extension",
Expand Down

0 comments on commit 6750db1

Please sign in to comment.