Skip to content

Commit

Permalink
[backport] ci: standardize E2E job timeout to 2 hours on PR pipeline (#…
Browse files Browse the repository at this point in the history
…3124) (#3138)

ci: standardize E2E job timeout to 2 hours on PR pipeline (#3124)

ci: standardize E2Ejob timeout to 2 hours on PR pipeline
  • Loading branch information
jpayne3506 authored Nov 18, 2024
1 parent f5b4255 commit 79ff966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/singletenancy/aks/e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ stages:
jobs:
- job: ${{ parameters.name }}
displayName: Singletenancy AKS - (${{ parameters.name }})
timeoutInMinutes: 120
pool:
name: $(BUILD_POOL_NAME_DEFAULT)
demands:
Expand Down

0 comments on commit 79ff966

Please sign in to comment.