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

* commit 'd8b525c398aeda1f583ed4ed90450e0a0fc9b6ef':
  Increase the default timeout from 30 to 60 seconds.
This commit is contained in:
Wink Saville
2011-01-26 10:16:43 -08:00
committed by Android Git Automerger

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