From c58acac201760669783c3addad640358e98c3172 Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Wed, 2 Feb 2022 09:27:47 -0800 Subject: [PATCH] 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 Change-Id: I690133c9f849da58b85884a7d7b463f5b518c12f --- tests/TEST_MAPPING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TEST_MAPPING b/tests/TEST_MAPPING index bcfc9b8..7c2533b 100644 --- a/tests/TEST_MAPPING +++ b/tests/TEST_MAPPING @@ -1,5 +1,5 @@ { - "presubmit": [ + "presubmit-large": [ { "name": "lmkd_tests" }