Revert "Bump up the uncrypt timeout to 30 min." Creates Null Build to test OTA failure fix. This reverts commit 8abcfed8a4. am: b57e6560d0 am: e245037327
am: 1ceb0fcf3a
Change-Id: I2d5d6f564142878b13eed937289d0890a66ec065
This commit is contained in:
@@ -68,7 +68,7 @@ public final class ShutdownThread extends Thread {
|
||||
private static final int MAX_BROADCAST_TIME = 10*1000;
|
||||
private static final int MAX_SHUTDOWN_WAIT_TIME = 20*1000;
|
||||
private static final int MAX_RADIO_WAIT_TIME = 12*1000;
|
||||
private static final int MAX_UNCRYPT_WAIT_TIME = 30*60*1000;
|
||||
private static final int MAX_UNCRYPT_WAIT_TIME = 15*60*1000;
|
||||
// constants for progress bar. the values are roughly estimated based on timeout.
|
||||
private static final int BROADCAST_STOP_PERCENT = 2;
|
||||
private static final int ACTIVITY_MANAGER_STOP_PERCENT = 4;
|
||||
|
||||
Reference in New Issue
Block a user