Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23aeb08b authored by Kweku Adams's avatar Kweku Adams
Browse files

Increase RESTRICTED bucket timeout to 30 days.

Bug: 149050681
Test: atest FrameworksServicesTests:AppStandbyControllerTests
Change-Id: I1d2b82a814b7de00ebd4a07baaee65e1ceee8813
parent edb826c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -172,8 +172,7 @@ public class AppStandbyController implements AppStandbyInternal {
            COMPRESS_TIME ?  1 * ONE_MINUTE : 12 * ONE_HOUR,
            COMPRESS_TIME ?  4 * ONE_MINUTE : 24 * ONE_HOUR,
            COMPRESS_TIME ? 16 * ONE_MINUTE : 48 * ONE_HOUR,
            // TODO(149050681): increase timeout to 30+ days
            COMPRESS_TIME ? 32 * ONE_MINUTE : 4 * ONE_DAY
            COMPRESS_TIME ? 32 * ONE_MINUTE : 30 * ONE_DAY
    };

    /** The minimum allowed values for each index in {@link #ELAPSED_TIME_THRESHOLDS}. */