Skip to content

Commit

Permalink
Increase quarantine pr timeout (#56871)
Browse files Browse the repository at this point in the history
Builds have been failing on timeouts since CodeQL was added on July 1st.
  • Loading branch information
sebastienros authored Jul 22, 2024
1 parent b2779f9 commit ecd56fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/quarantined-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
jobName: MacOS_Quarantined_Test
jobDisplayName: "Tests: macOS"
agentOs: macOS
timeoutInMinutes: 120
timeoutInMinutes: 150
isAzDOTestingJob: true
enablePublishTestResults: false
steps:
Expand Down

0 comments on commit ecd56fe

Please sign in to comment.