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

This commit is contained in:
Wink Saville
2011-01-26 10:14:20 -08:00
committed by Android (Google) Code Review

View File

@@ -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