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:
Mark Robert Miller 2012-12-13 19:43:29 +00:00
parent 68974170ae
commit 882c48c73b
1 changed files with 1 additions and 1 deletions

View File

@ -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 );