mirror of https://github.com/apache/lucene.git
use smaller strings in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1579224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
786799e52b
commit
c39af314d8
|
@ -920,7 +920,7 @@ public class TestRandomChains extends BaseTokenStreamTestCase {
|
|||
System.out.println("Creating random analyzer:" + a);
|
||||
}
|
||||
try {
|
||||
checkRandomData(random, a, 50*RANDOM_MULTIPLIER, 256, false,
|
||||
checkRandomData(random, a, 50*RANDOM_MULTIPLIER, 128, false,
|
||||
false /* We already validate our own offsets... */);
|
||||
} catch (Throwable e) {
|
||||
System.err.println("Exception from random analyzer: " + a);
|
||||
|
|
Loading…
Reference in New Issue