diff --git a/lucene/core/src/test/org/apache/lucene/index/TestFlushByRamOrCountsPolicy.java b/lucene/core/src/test/org/apache/lucene/index/TestFlushByRamOrCountsPolicy.java index 189e0e39bb4..0a1433a075f 100644 --- a/lucene/core/src/test/org/apache/lucene/index/TestFlushByRamOrCountsPolicy.java +++ b/lucene/core/src/test/org/apache/lucene/index/TestFlushByRamOrCountsPolicy.java @@ -252,7 +252,7 @@ public class TestFlushByRamOrCountsPolicy extends LuceneTestCase { DocumentsWriterPerThreadPool threadPool = new DocumentsWriterPerThreadPool( numThreads[i]== 1 ? 1 : 2); iwc.setIndexerThreadPool(threadPool); - // with such a small ram buffer we should be stalled quiet quickly + // with such a small ram buffer we should be stalled quite quickly iwc.setRAMBufferSizeMB(0.25); IndexWriter writer = new IndexWriter(dir, iwc); IndexThread[] threads = new IndexThread[numThreads[i]];