Tests: Reduce number of random runs for shape builder tests
This commit is contained in:
parent
491d776f65
commit
fcf3bc213d
|
@ -40,7 +40,7 @@ import static org.hamcrest.Matchers.not;
|
||||||
|
|
||||||
public abstract class AbstractShapeBuilderTestCase<SB extends ShapeBuilder> extends ESTestCase {
|
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;
|
private static NamedWriteableRegistry namedWriteableRegistry;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue