Tests: Reduce number of random runs for shape builder tests

This commit is contained in:
Christoph Büscher 2016-01-18 16:26:54 +01:00
parent 491d776f65
commit fcf3bc213d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import static org.hamcrest.Matchers.not;
public abstract class AbstractShapeBuilderTestCase<SB extends ShapeBuilder> extends ESTestCase {
private static final int NUMBER_OF_TESTBUILDERS = 100;
private static final int NUMBER_OF_TESTBUILDERS = 20;
private static NamedWriteableRegistry namedWriteableRegistry;
/**