From 11193b35982245c029f790b1e71a11be9230e20e Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Thu, 3 Dec 2020 21:34:49 +0000 Subject: [PATCH] Move StagedInstallInternalTest to group presubmit-large The test config takes longer than 15mins to run. Move it to a dedicated group for running slow presubmit Test Mapping test. Bug: 174654670 Bug: 174495337 Change-Id: I2138618243229127d35f9cee461e6a9eab3c5abe Test: none --- tests/StagedInstallTest/TEST_MAPPING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/StagedInstallTest/TEST_MAPPING b/tests/StagedInstallTest/TEST_MAPPING index 5a7a5a766b888..fa2a60b21b504 100644 --- a/tests/StagedInstallTest/TEST_MAPPING +++ b/tests/StagedInstallTest/TEST_MAPPING @@ -1,5 +1,5 @@ { - "presubmit": [ + "presubmit-large": [ { "name": "StagedInstallInternalTest" }