Skip to content

Commit bb769fe

Browse files
authored
[release/5.0] Reduce job timeouts in aspnetcore-quarantined-pr pipeline (#25300)
1 parent f2b72b0 commit bb769fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure/pipelines/quarantined-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
jobName: Helix_quarantined_x64
2929
jobDisplayName: 'Tests: Helix'
3030
agentOs: Windows
31-
timeoutInMinutes: 240
31+
timeoutInMinutes: 120
3232
steps:
3333
# Build the shared framework
3434
- script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
@@ -53,7 +53,7 @@ jobs:
5353
jobName: Windows_Quarantined_x64
5454
jobDisplayName: 'Tests: Windows x64'
5555
agentOs: Windows
56-
timeoutInMinutes: 240
56+
timeoutInMinutes: 90
5757
isTestingJob: true
5858
steps:
5959
- powershell: "& ./build.ps1 -CI -nobl -all -pack -NoBuildJava"
@@ -86,7 +86,7 @@ jobs:
8686
jobName: MacOS_Quarantined_Test
8787
jobDisplayName: "Tests: macOS 10.14"
8888
agentOs: macOS
89-
timeoutInMinutes: 240
89+
timeoutInMinutes: 60
9090
isTestingJob: true
9191
steps:
9292
- bash: ./build.sh --all --pack --ci --nobl --no-build-java
@@ -119,7 +119,7 @@ jobs:
119119
jobName: Linux_Quarantined_Test
120120
jobDisplayName: "Tests: Ubuntu 16.04 x64"
121121
agentOs: Linux
122-
timeoutInMinutes: 240
122+
timeoutInMinutes: 60
123123
isTestingJob: true
124124
useHostedUbuntu: false
125125
steps:

0 commit comments

Comments
 (0)