Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Sep 17, 2009
1 parent 44c22a2 commit ced4ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/junit/org/jgroups/protocols/UNICAST_ContentionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
/**
* Tests for contention on UNICAST, measured by the number of retransmissions in UNICAST
* @author Bela Ban
* @version $Id: UNICAST_ContentionTest.java,v 1.1.2.5 2009/09/16 08:27:19 belaban Exp $
* @version $Id: UNICAST_ContentionTest.java,v 1.1.2.6 2009/09/17 15:17:12 belaban Exp $
*/
public class UNICAST_ContentionTest extends TestCase {
JChannel c1, c2;
static final String props="SHARED_LOOPBACK(thread_pool.queue_max_size=5000;" +
"thread_pool.rejection_policy=discard;" +
"thread_pool.rejection_policy=discard;thread_pool.min_threads=20;thread_pool.max_threads=20;" +
"oob_thread_pool.rejection_policy=discard;enable_bundling=true)"+
":UNICAST(timeout=300,600,1200)";
static final int NUM_THREADS=200;
Expand Down

0 comments on commit ced4ad2

Please sign in to comment.