Skip to content

Commit

Permalink
fix: modify timeouts on linux automation pipeline jobs (Azure#4853)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Meissner <[email protected]>
  • Loading branch information
cameronmeissner and Cameron Meissner authored Aug 21, 2024
1 parent 3ad2cd2 commit b435639
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pipelines/.vsts-vhd-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
condition: eq('${{ parameters.ImageBump }}', true)
jobs:
- job: Automation
timeoutInMinutes: 30
timeoutInMinutes: 60
steps:
- template: ./templates/.configure-azdevops-template.yaml
parameters:
Expand All @@ -46,7 +46,7 @@ stages:
condition: eq('${{ parameters.ReleaseNotes }}', true)
jobs:
- job: Automation
timeoutInMinutes: 30
timeoutInMinutes: 60
steps:
- template: ./templates/.configure-azdevops-template.yaml
parameters:
Expand All @@ -69,7 +69,7 @@ stages:
condition: eq('${{ parameters.CreateRelease }}', true)
jobs:
- job: Automation
timeoutInMinutes: 60
timeoutInMinutes: 0
steps:
- template: ./templates/.configure-azdevops-template.yaml
parameters:
Expand Down

0 comments on commit b435639

Please sign in to comment.