mirror of https://github.com/apache/activemq.git
make the make counts a little larger
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@909773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84c76a94a0
commit
799c033ead
|
@ -38,7 +38,7 @@ public class PListTest {
|
|||
|
||||
@Test
|
||||
public void testAddLast() throws Exception {
|
||||
final int COUNT = 100;
|
||||
final int COUNT = 1000;
|
||||
Map<String, ByteSequence> map = new LinkedHashMap<String, ByteSequence>();
|
||||
for (int i = 0; i < COUNT; i++) {
|
||||
String test = new String("test" + i);
|
||||
|
@ -60,7 +60,7 @@ public class PListTest {
|
|||
|
||||
@Test
|
||||
public void testAddFirst() throws Exception {
|
||||
final int COUNT = 100;
|
||||
final int COUNT = 1000;
|
||||
Map<String, ByteSequence> map = new LinkedHashMap<String, ByteSequence>();
|
||||
for (int i = 0; i < COUNT; i++) {
|
||||
String test = new String("test" + i);
|
||||
|
@ -82,7 +82,7 @@ public class PListTest {
|
|||
|
||||
@Test
|
||||
public void testRemove() throws IOException {
|
||||
final int COUNT = 200;
|
||||
final int COUNT = 2000;
|
||||
Map<String, ByteSequence> map = new LinkedHashMap<String, ByteSequence>();
|
||||
for (int i = 0; i < COUNT; i++) {
|
||||
String test = new String("test" + i);
|
||||
|
|
Loading…
Reference in New Issue