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

Commit 7b0db6bf authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Bump up the uncrypt timeout to 30 min. am: 8abcfed8 am: c5a17fc3 am: 18f95339

am: 40d926f4

Change-Id: I9d36d715d049d00a176175cebf02c8a8fed0a7b3
parents e77dfe6c 40d926f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@ public final class ShutdownThread extends Thread {
    private static final int MAX_BROADCAST_TIME = 10*1000;
    private static final int MAX_BROADCAST_TIME = 10*1000;
    private static final int MAX_SHUTDOWN_WAIT_TIME = 20*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_RADIO_WAIT_TIME = 12*1000;
    private static final int MAX_UNCRYPT_WAIT_TIME = 15*60*1000;
    private static final int MAX_UNCRYPT_WAIT_TIME = 30*60*1000;
    // constants for progress bar. the values are roughly estimated based on timeout.
    // constants for progress bar. the values are roughly estimated based on timeout.
    private static final int BROADCAST_STOP_PERCENT = 2;
    private static final int BROADCAST_STOP_PERCENT = 2;
    private static final int ACTIVITY_MANAGER_STOP_PERCENT = 4;
    private static final int ACTIVITY_MANAGER_STOP_PERCENT = 4;