mirror of https://github.com/apache/lucene.git
bump up wait fudge
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1235963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f81f7f60cd
commit
e4cc1d009c
|
@ -191,7 +191,7 @@ public class SoftAutoCommitTest extends AbstractSolrTestCase {
|
|||
long postAdd529 = System.currentTimeMillis();
|
||||
|
||||
// wait for first hard/soft commit
|
||||
Long soft529 = monitor.soft.poll(softCommitWaitMillis * 2, MILLISECONDS);
|
||||
Long soft529 = monitor.soft.poll(softCommitWaitMillis * 3, MILLISECONDS);
|
||||
assertNotNull("soft529 wasn't fast enough", soft529);
|
||||
Long manCommit = monitor.hard.poll(0, MILLISECONDS);
|
||||
|
||||
|
|
Loading…
Reference in New Issue