am b62cbc7e
: Increase service call timeout to 45 seconds
Merge commit 'b62cbc7e7b82739c307b5cb3175bbfff5f549295' into froyo-plus-aosp * commit 'b62cbc7e7b82739c307b5cb3175bbfff5f549295': Increase service call timeout to 45 seconds
This commit is contained in:
commit
d718abd38c
@ -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