File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments