Added a mini-delay after the test users have logged into the server.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2447 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-01-12 03:02:53 +00:00 committed by gaston
parent fd3f88480f
commit 069a3d4d16
1 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,8 @@ public abstract class SmackTestCase extends TestCase {
// Login with the new test account
getConnection(i).login("user" + i, "user" + i);
}
// Let the server process the available presences
Thread.sleep(150);
}
catch (Exception e) {
e.printStackTrace();