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