Skip to content

Commit

Permalink
Build: Increase build timeout
Browse files Browse the repository at this point in the history
Increase the timeout to stop an agent to 90 minutes from the 60
default ones. Full test times are over 60 minutes in some of the
platforms.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

#1785
  • Loading branch information
molant committed Jan 28, 2019
1 parent 3a0ee8b commit 9db401d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
node_version: 11.x
steps:
- template: worker.yml
timeoutInMinutes: 90
condition: ${{ parameters.condition }}
1 change: 1 addition & 0 deletions azure-pipelines/latest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
node_version: 11.x
steps:
- template: worker.yml
timeoutInMinutes: 90
condition: ${{ parameters.condition }}

0 comments on commit 9db401d

Please sign in to comment.