mirror of https://github.com/apache/lucene.git
LUCENE-5735: don't run test 10,000 times. if this is needed please change back but add Nightly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7af820f9b1
commit
1231915417
|
@ -60,7 +60,7 @@ public class NumberRangeFacetsTest extends StrategyTestCase {
|
|||
randomCalWindowMs = Math.max(2000L, tmpCal.getTimeInMillis());
|
||||
}
|
||||
|
||||
@Repeat(iterations = 10000)
|
||||
@Repeat(iterations = 100)
|
||||
@Test
|
||||
public void test() throws IOException {
|
||||
//generate test data
|
||||
|
|
Loading…
Reference in New Issue