Tweak the restricted standby bucket timeout again.

Extend the timeout to the restricted standby bucket.

Bug: 200326767
Test: atest AppStandbyControllerTests
Test: atest CtsJobSchedulerTestCases
Change-Id: I36b42c476940cf21e79f1ed09caba9b0376a467c
This commit is contained in:
Jing Ji
2022-01-24 14:46:29 -08:00
parent 70acdbf5fa
commit 8ab4456078

View File

@@ -183,7 +183,7 @@ public class AppStandbyController
COMPRESS_TIME ? 1 * ONE_MINUTE : 12 * ONE_HOUR,
COMPRESS_TIME ? 4 * ONE_MINUTE : 24 * ONE_HOUR,
COMPRESS_TIME ? 16 * ONE_MINUTE : 48 * ONE_HOUR,
COMPRESS_TIME ? 32 * ONE_MINUTE : 3 * ONE_DAY
COMPRESS_TIME ? 32 * ONE_MINUTE : 8 * ONE_DAY
};
/** The minimum allowed values for each index in {@link #DEFAULT_ELAPSED_TIME_THRESHOLDS}. */