Skip to content

Commit

Permalink
bumped pipeline build timeout 120 --> 180
Browse files Browse the repository at this point in the history
  • Loading branch information
deepchoudhery committed Nov 18, 2022
1 parent 2843303 commit 1b6fdc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stages:
codeSign: true
jobs:
- job: Windows_NT
timeoutInMinutes: 120
timeoutInMinutes: 180
pool:
# For public or PR jobs, use the hosted pool. For internal jobs use the internal pool.
# Will eventually change this to two BYOC pools.
Expand Down Expand Up @@ -107,7 +107,7 @@ stages:

- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
- job: OSX
timeoutInMinutes: 120
timeoutInMinutes: 180
pool:
vmImage: macOS-11
strategy:
Expand All @@ -128,7 +128,7 @@ stages:
condition: succeeded()

- job: Linux
timeoutInMinutes: 120
timeoutInMinutes: 180
pool:
${{ if or(ne(variables['System.TeamProject'], 'internal'), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
vmImage: ubuntu-18.04
Expand Down

0 comments on commit 1b6fdc6

Please sign in to comment.