mirror of https://github.com/apache/activemq.git
reduce test duration for ci
This commit is contained in:
parent
aedf4ea5ff
commit
27e11a388e
|
@ -283,7 +283,7 @@ public class BTreeIndexTest extends IndexTestSupport {
|
||||||
tx.commit();
|
tx.commit();
|
||||||
|
|
||||||
Random rand = new Random(System.currentTimeMillis());
|
Random rand = new Random(System.currentTimeMillis());
|
||||||
final int count = 50000;
|
final int count = 1000;
|
||||||
|
|
||||||
String payload = new String(new byte[200]);
|
String payload = new String(new byte[200]);
|
||||||
for (int i = 0; i < count; i++) {
|
for (int i = 0; i < count; i++) {
|
||||||
|
|
Loading…
Reference in New Issue