Skip to content

Commit

Permalink
Increase Desktop job timeouts due to #13442 (#13444)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenecota committed Jul 15, 2024
1 parent a10a861 commit 4603200
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 @@ -109,7 +109,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 4603200

Please sign in to comment.