diff options
author | Benoit Pradelle <pradelle@java.net> | 2007-07-26 10:46:37 +0000 |
---|---|---|
committer | Benoit Pradelle <pradelle@java.net> | 2007-07-26 10:46:37 +0000 |
commit | d8c4b9f96a818955843f5339b03bca4ea1513cd7 (patch) | |
tree | d814316a09c7a9f9a215e9b501b73902bf439851 /test | |
parent | 28633e9767f11b181200c19b8a63be5a341c7fed (diff) | |
download | jitsi-d8c4b9f96a818955843f5339b03bca4ea1513cd7.zip jitsi-d8c4b9f96a818955843f5339b03bca4ea1513cd7.tar.gz jitsi-d8c4b9f96a818955843f5339b03bca4ea1513cd7.tar.bz2 |
new SIMPLE status (online, away, busy, on the phone and offline) + still trying to reduce the abnormal test failures
Diffstat (limited to 'test')
-rw-r--r-- | test/net/java/sip/communicator/slick/protocol/sip/TestOperationSetPresence.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/java/sip/communicator/slick/protocol/sip/TestOperationSetPresence.java b/test/net/java/sip/communicator/slick/protocol/sip/TestOperationSetPresence.java index b32e464..7b11067 100644 --- a/test/net/java/sip/communicator/slick/protocol/sip/TestOperationSetPresence.java +++ b/test/net/java/sip/communicator/slick/protocol/sip/TestOperationSetPresence.java @@ -275,7 +275,7 @@ public class TestOperationSetPresence { try { - Thread.currentThread().sleep(1500); + Thread.currentThread().sleep(2000); } catch (InterruptedException ex) { |