Skip to content

Commit c705bf5

Browse files
authored
[ci] Increase job timeouts for .NET 6 installers (#6079)
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4954055&view=logs&j=a62e275d-46d5-5c3b-5a47-c4e00ae7427d&s=998e29ca-850b-59f2-4134-6ed1d0ce6c3a I've seen our .NET 6 installer jobs time out after 60 minutes a couple of times recently, we should be able to avoid this by increasing the default timeout value.
1 parent 054a00c commit c705bf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,7 @@ stages:
12881288
name: $(VSEngMacBuildPool)
12891289
demands:
12901290
- agent.osversionfamily -equals 10.15
1291+
timeoutInMinutes: 120
12911292
workspace:
12921293
clean: all
12931294
steps:
@@ -1384,6 +1385,7 @@ stages:
13841385
displayName: Create .msi and Upload
13851386
dependsOn: dotnet_create_pkg
13861387
pool: VSEngSS-MicroBuild2019
1388+
timeoutInMinutes: 120
13871389
workspace:
13881390
clean: all
13891391
variables:

0 commit comments

Comments
 (0)