Skip to content

Commit ecd56fe

Browse files
authored
Increase quarantine pr timeout (dotnet#56871)
Builds have been failing on timeouts since CodeQL was added on July 1st.
1 parent b2779f9 commit ecd56fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/quarantined-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
jobDisplayName: 'Tests: Helix'
5151
agentOs: Windows
5252
installJdk: false
53-
timeoutInMinutes: 120
53+
timeoutInMinutes: 150
5454
steps:
5555
# Build the shared framework
5656
- script: ./eng/build.cmd -ci -prepareMachine -nobl -all -noBuildJava -pack -arch x64
@@ -110,7 +110,7 @@ jobs:
110110
jobName: MacOS_Quarantined_Test
111111
jobDisplayName: "Tests: macOS"
112112
agentOs: macOS
113-
timeoutInMinutes: 120
113+
timeoutInMinutes: 150
114114
isAzDOTestingJob: true
115115
enablePublishTestResults: false
116116
steps:

0 commit comments

Comments
 (0)