SPARK-388 Fixed flaky gateway detection in Contact List

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5681 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-10-11 02:45:04 +00:00
committed by derek
parent a987f7b569
commit 293ca0665a
2 changed files with 16 additions and 15 deletions

View File

@ -251,7 +251,7 @@ public class Workspace extends JPanel implements PacketListener {
SwingWorker worker = new SwingWorker() {
public Object construct() {
try {
Thread.sleep(5000);
Thread.sleep(2000);
}
catch (InterruptedException e) {
Log.error("Unable to sleep thread.", e);