Skip to content

Commit c779d86

Browse files
authored
Increase Mac outerloop timeout for AzDO job (#45490)
As seen in https://dnceng.visualstudio.com/public/_build/results?buildId=905703&view=logs&j=8580ecfb-912a-5dbd-35ce-e64d0d51ddbf, OSX test runs can get cancelled as little as 12 minutes before they would have finished (timed out job in question started at 2020-12-02 13:38:06.9640000, finished 2020-12-02 14:59:19.2760000, but the job was cancelled at 2020-12-02T14:48:29.3981590Z.
1 parent 44cf945 commit c779d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/libraries/outerloop-mono.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
testScope: outerloop
3535
nameSuffix: AllSubsets_Mono
3636
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) -testscope outerloop /p:ArchiveTests=true
37-
timeoutInMinutes: 120
37+
timeoutInMinutes: 180
3838
isFullMatrix: ${{ variables['isFullMatrix'] }}
3939
# extra steps, run tests
4040
extraStepsTemplate: /eng/pipelines/libraries/helix.yml
@@ -59,7 +59,7 @@ jobs:
5959
testScope: outerloop
6060
nameSuffix: AllSubsets_Mono
6161
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) -testscope outerloop /p:ArchiveTests=true
62-
timeoutInMinutes: 120
62+
timeoutInMinutes: 180
6363
isFullMatrix: ${{ variables['isFullMatrix'] }}
6464
# extra steps, run tests
6565
extraStepsTemplate: /eng/pipelines/libraries/helix.yml

0 commit comments

Comments
 (0)