From 1a6f077b9a2b814408ebd5465d50568333895360 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Tue, 23 Aug 2011 21:45:02 +0000 Subject: [PATCH] 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 --- solr/core/src/test/org/apache/solr/update/AutoCommitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java b/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java index 2325f1386c4..3d57f6005f4 100644 --- a/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java +++ b/solr/core/src/test/org/apache/solr/update/AutoCommitTest.java @@ -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();