mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 19:15:06 +00:00
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());
|
randomCalWindowMs = Math.max(2000L, tmpCal.getTimeInMillis());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Repeat(iterations = 10000)
|
@Repeat(iterations = 100)
|
||||||
@Test
|
@Test
|
||||||
public void test() throws IOException {
|
public void test() throws IOException {
|
||||||
//generate test data
|
//generate test data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user