Merge "Increase the default timeout from 30 to 60 seconds." into honeycomb
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user