1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Increased delay between packets to give more time to the server for processing the packets.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2458 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-02-11 20:15:10 +00:00 committed by gaston
parent 9d3f3395ea
commit 7a7008a6c7
2 changed files with 2 additions and 1 deletions

View file

@ -204,7 +204,7 @@ public class RosterExchangeManagerTest extends SmackTestCase {
entriesReceived = 0;
rosterExchangeManager1.send(getConnection(0).getRoster(), getBareJID(1));
// Wait for 1 seconds
Thread.sleep(600);
Thread.sleep(700);
}
catch (Exception e) {
fail("An error occured sending the message with the roster");