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:
Mark Robert Miller 2011-08-23 21:45:02 +00:00
parent b877781d9f
commit 1a6f077b9a
1 changed files with 1 additions and 1 deletions

View File

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