Skip to content

Commit

Permalink
Increase Desktop job timeouts due to microsoft#13442 (microsoft#13444)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenecota authored and jonthysell committed Aug 16, 2024
1 parent 6e84539 commit 2180766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/jobs/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
(FullyQualifiedName!~PreparedJavaScriptSourceTest)
pool: ${{ parameters.AgentPool.Medium }}
timeoutInMinutes: 60 # how long to run the job before automatically cancelling
timeoutInMinutes: 80 # how long to run the job before automatically cancelling - Issue 13442
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them

steps:
Expand Down

0 comments on commit 2180766

Please sign in to comment.