Merge "Increase the temp-allowlist duration in tests"

This commit is contained in:
Sudheer Shanka
2022-04-04 21:39:03 +00:00
committed by Gerrit Code Review

View File

@@ -149,7 +149,7 @@ public abstract class AbstractRestrictBackgroundNetworkTestCase {
private static final String APP_NOT_FOREGROUND_ERROR = "app_not_fg";
protected static final long TEMP_POWERSAVE_WHITELIST_DURATION_MS = 5_000; // 5 sec
protected static final long TEMP_POWERSAVE_WHITELIST_DURATION_MS = 20_000; // 20 sec
private static final long BROADCAST_TIMEOUT_MS = 15_000;