mirror of https://github.com/apache/lucene.git
increase iters to prevent false failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
264ad4f440
commit
5a62c7c81c
|
@ -210,7 +210,7 @@ public class TestDeletionPolicy extends LuceneTestCase {
|
|||
IndexWriter writer = new IndexWriter(dir, conf);
|
||||
writer.close();
|
||||
|
||||
final int ITER = 8;
|
||||
final int ITER = 9;
|
||||
|
||||
long lastDeleteTime = 0;
|
||||
for(int i=0;i<ITER;i++) {
|
||||
|
|
Loading…
Reference in New Issue