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:
Michael McCandless 2010-08-25 11:18:19 +00:00
parent 264ad4f440
commit 5a62c7c81c
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {