mirror of https://github.com/apache/lucene.git
up commitWithin from 1 sec to 2 seconds
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68974170ae
commit
882c48c73b
|
@ -290,7 +290,7 @@ public class AutoCommitTest extends AbstractSolrTestCase {
|
|||
SolrQueryResponse rsp = new SolrQueryResponse();
|
||||
SolrQueryRequestBase req = new SolrQueryRequestBase( core, params ) {};
|
||||
req.setContentStreams( toContentStreams(
|
||||
adoc(1000, "id", "529", "field_t", "what's inside?", "subject", "info"), null ) );
|
||||
adoc(2000, "id", "529", "field_t", "what's inside?", "subject", "info"), null ) );
|
||||
trigger.reset();
|
||||
handler.handleRequest( req, rsp );
|
||||
|
||||
|
|
Loading…
Reference in New Issue