Skip to content

Commit

Permalink
[MONO] Increased timeout for llvmfullaot lanes (#73265)
Browse files Browse the repository at this point in the history
* Increased timeout.
  • Loading branch information
Nathan Ricci authored Aug 4, 2022
1 parent 0c413d0 commit eb9b1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/templates/runtimes/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:

# TODO: update these numbers as they were determined long ago
${{ if eq(parameters.testGroup, 'innerloop') }}:
${{ if and(eq(parameters.osGroup, 'windows'), eq(parameters.archType, 'arm64')) }}:
${{ if eq(parameters.archType, 'arm64') }}:
timeoutInMinutes: 300
${{ else }}:
timeoutInMinutes: 200
Expand Down

0 comments on commit eb9b1e3

Please sign in to comment.