mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
Increase TimeOut Checking
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7327 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
1f3e5116c0
commit
8775331293
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public abstract class TransportResolver {
|
|||
public Type type = Type.rawupd;
|
||||
|
||||
// the time, in milliseconds, before a check aborts
|
||||
public static final int CHECK_TIMEOUT = 2000;
|
||||
public static final int CHECK_TIMEOUT = 4000;
|
||||
|
||||
// Listeners for events
|
||||
private final ArrayList<TransportResolverListener> listeners = new ArrayList<TransportResolverListener>();
|
||||
|
|
Loading…
Reference in a new issue