1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02: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:
Thiago Camargo 2007-02-28 22:08:39 +00:00 committed by thiago
parent 1f3e5116c0
commit 8775331293

View file

@ -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>();