reduce test duration for ci

This commit is contained in:
gtully 2015-05-19 11:40:03 +01:00
parent aedf4ea5ff
commit 27e11a388e
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public class BTreeIndexTest extends IndexTestSupport {
tx.commit();
Random rand = new Random(System.currentTimeMillis());
final int count = 50000;
final int count = 1000;
String payload = new String(new byte[200]);
for (int i = 0; i < count; i++) {