Skip to content

Commit

Permalink
Increase timeout of MSBuild test lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Aug 15, 2022
1 parent bb0b5bc commit 740e5e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ stages:
jobs:
- job: wear_tests
displayName: macOS > Tests > WearOS
timeoutInMinutes: 180
timeoutInMinutes: 360
cancelTimeoutInMinutes: 2
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
displayName: "macOS > Tests > MSBuild ${{ parameters.job_suffix }} #${{ parameters.node_id }}"
pool:
vmImage: $(HostedMacImage)
timeoutInMinutes: 180
timeoutInMinutes: 360
cancelTimeoutInMinutes: 5
workspace:
clean: all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- job: ${{ parameters.job_name }}
displayName: "Windows > Tests > MSBuild ${{ parameters.job_suffix }} #${{ parameters.node_id }}/${{ parameters.additional_node_id }}"
pool: $(1ESWindowsPool)
timeoutInMinutes: 180
timeoutInMinutes: 360
cancelTimeoutInMinutes: 5
variables:
VSINSTALLDIR: C:\Program Files\Microsoft Visual Studio\2022\Enterprise
Expand Down

0 comments on commit 740e5e1

Please sign in to comment.