Skip to content

Commit

Permalink
Bump timeout for "CoreCLR Tools Unit Tests Linux x64 checked" (#72928)
Browse files Browse the repository at this point in the history
We recently saw more instances of this job running into the default 60mins timeout, bump it to 120mins
  • Loading branch information
akoeplinger committed Jul 27, 2022
1 parent 2725510 commit 56a1cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ jobs:
- Linux_x64
jobParameters:
testGroup: clrTools
timeoutInMinutes: 120
condition: >-
or(
eq(dependencies.evaluate_paths.outputs['SetPathVars_coreclr.containsChange'], true),
Expand Down

0 comments on commit 56a1cf4

Please sign in to comment.