mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Improved timeout logic.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2502 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
93ca7bc991
commit
8a48d3d11e
4 changed files with 39 additions and 11 deletions
|
@ -1678,7 +1678,7 @@ public class MultiUserChatTest extends SmackTestCase {
|
|||
// User2 leaves the room
|
||||
muc2.leave();
|
||||
|
||||
Thread.sleep(150);
|
||||
Thread.sleep(250);
|
||||
// Check that ParticipantStatusListener is working OK
|
||||
assertEquals(
|
||||
"User1 didn't receive the event of User2 joining the room",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue