Browse Source

Increase quarantine pr timeout (#56871)

Builds have been failing on timeouts since CodeQL was added on July 1st.
Sébastien Ros 1 year ago
parent
commit
ecd56fe62f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .azure/pipelines/quarantined-pr.yml

+ 2 - 2
.azure/pipelines/quarantined-pr.yml

@@ -50,7 +50,7 @@ jobs:
     jobDisplayName: 'Tests: Helix'
     agentOs: Windows
     installJdk: false
-    timeoutInMinutes: 120
+    timeoutInMinutes: 150
     steps:
     # Build the shared framework
     - script: ./eng/build.cmd -ci -prepareMachine -nobl -all -noBuildJava -pack -arch x64
@@ -110,7 +110,7 @@ jobs:
     jobName: MacOS_Quarantined_Test
     jobDisplayName: "Tests: macOS"
     agentOs: macOS
-    timeoutInMinutes: 120
+    timeoutInMinutes: 150
     isAzDOTestingJob: true
     enablePublishTestResults: false
     steps: