mirror of https://github.com/apache/lucene.git
try and make charlie cron happier with this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1160892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b877781d9f
commit
1a6f077b9a
|
@ -450,7 +450,7 @@ public class AutoCommitTest extends AbstractSolrTestCase {
|
|||
assertU( delI("529") );
|
||||
assertQ("deleted, but should still be there", req("id:529") ,"//result[@numFound=1]" );
|
||||
|
||||
// Wait longer than the autocommit time - wait twice to ensure latest is picked up
|
||||
// Wait longer than the autocommit time
|
||||
assertTrue(softTrigger.waitForNewSearcher(15000));
|
||||
softTrigger.reset();
|
||||
|
||||
|
|
Loading…
Reference in New Issue