Increase service call timeout to 45 seconds
Bug: 2627273 Change-Id: I971aa271cfc03e669e72f7871856cb9cfc10aa14
This commit is contained in:
parent
da71abeb8f
commit
b62cbc7e7b
@ -57,7 +57,8 @@ public class EmailServiceProxy implements IEmailService {
|
|||||||
private ServiceConnection mSyncManagerConnection = new EmailServiceConnection ();
|
private ServiceConnection mSyncManagerConnection = new EmailServiceConnection ();
|
||||||
private IEmailService mService = null;
|
private IEmailService mService = null;
|
||||||
private Object mReturn = null;
|
private Object mReturn = null;
|
||||||
private int mTimeout = 30;
|
// Service call timeout (in seconds)
|
||||||
|
private int mTimeout = 45;
|
||||||
private boolean mDead = false;
|
private boolean mDead = false;
|
||||||
|
|
||||||
public EmailServiceProxy(Context _context, Class<?> _class) {
|
public EmailServiceProxy(Context _context, Class<?> _class) {
|
||||||
|
Loading…
Reference in New Issue
Block a user