Skip to content

Commit

Permalink
changed NUM to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 24, 2011
1 parent 9a5ecf7 commit f1e4faa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/ */
@Test(groups=Global.FUNCTIONAL,sequential=true) @Test(groups=Global.FUNCTIONAL,sequential=true)
public class LargeMergeTest { public class LargeMergeTest {
static final int NUM=200; // number of members static final int NUM=100; // number of members
static final int MAX_PARTICIPANTS_IN_MERGE=Math.max(100, NUM / 3); static final int MAX_PARTICIPANTS_IN_MERGE=Math.max(100, NUM / 3);


protected final JChannel[] channels=new JChannel[NUM]; protected final JChannel[] channels=new JChannel[NUM];
Expand Down

0 comments on commit f1e4faa

Please sign in to comment.