Skip to content

Commit 740e5e1

Browse files
Increase timeout of MSBuild test lanes
Context: dotnet/linker#2975
1 parent bb0b5bc commit 740e5e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ stages:
11121112
jobs:
11131113
- job: wear_tests
11141114
displayName: macOS > Tests > WearOS
1115-
timeoutInMinutes: 180
1115+
timeoutInMinutes: 360
11161116
cancelTimeoutInMinutes: 2
11171117
strategy:
11181118
matrix:

build-tools/automation/yaml-templates/run-msbuild-mac-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
displayName: "macOS > Tests > MSBuild ${{ parameters.job_suffix }} #${{ parameters.node_id }}"
1616
pool:
1717
vmImage: $(HostedMacImage)
18-
timeoutInMinutes: 180
18+
timeoutInMinutes: 360
1919
cancelTimeoutInMinutes: 5
2020
workspace:
2121
clean: all

build-tools/automation/yaml-templates/run-msbuild-win-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- job: ${{ parameters.job_name }}
1616
displayName: "Windows > Tests > MSBuild ${{ parameters.job_suffix }} #${{ parameters.node_id }}/${{ parameters.additional_node_id }}"
1717
pool: $(1ESWindowsPool)
18-
timeoutInMinutes: 180
18+
timeoutInMinutes: 360
1919
cancelTimeoutInMinutes: 5
2020
variables:
2121
VSINSTALLDIR: C:\Program Files\Microsoft Visual Studio\2022\Enterprise

0 commit comments

Comments
 (0)