Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 9, 2007
1 parent 3107617 commit 25a07f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/junit/org/jgroups/tests/MessageBundlingTest.java
Expand Up @@ -13,7 +13,7 @@
/**
* Measure the latency between messages with message bundling enabled at the transport level
* @author Bela Ban
* @version $Id: MessageBundlingTest.java,v 1.8 2007/11/08 18:52:59 vlada Exp $
* @version $Id: MessageBundlingTest.java,v 1.9 2007/11/09 12:25:17 belaban Exp $
*/
public class MessageBundlingTest extends ChannelTestBase {
private JChannel ch1, ch2;
Expand Down Expand Up @@ -141,7 +141,7 @@ public void testSimple() throws ChannelClosedException, ChannelNotConnectedExcep
ch2.setReceiver(new SimpleReceiver());
ch1.send(tmp);
System.out.println(">>> sent message at " + new Date());
Util.sleep(10000);
Util.sleep(5000);
}

private void setLoopback(JChannel ch, boolean b) {
Expand Down

0 comments on commit 25a07f0

Please sign in to comment.