lmkd/tests: Move tests into presubmit-large category to avoid timeouts

Since lmkd tests require time to build up memory pressure, they cause
timeouts when run as part of presubmits. Move them into the
presubmit-large category with higher timeout to prevent such failures.

Bug: 217478668
Bug: 203597692
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I690133c9f849da58b85884a7d7b463f5b518c12f
This commit is contained in:
Suren Baghdasaryan 2022-02-02 09:27:47 -08:00
parent 683d6cbc2d
commit c58acac201
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"presubmit": [
"presubmit-large": [
{
"name": "lmkd_tests"
}