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

Commit d8b525c3 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Increase the default timeout from 30 to 60 seconds." into honeycomb

parents 8b2d4825 b260fe75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
     * Wake lock timeout should be longer than the longest timeout in
     * the vendor ril.
     */
    private static final int DEFAULT_WAKE_LOCK_TIMEOUT = 30000;
    private static final int DEFAULT_WAKE_LOCK_TIMEOUT = 60000;

    //***** Instance Variables