fix test comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-06-08 16:08:30 +00:00
parent 74c10140ce
commit 8f38d877fa
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ abstract public class SolrExampleTests extends SolrExampleTestBase
if(rsp.getResults().getNumFound() == 0) {
// wait and try again for slower machines
Thread.sleep( 2000 ); // wait 1/2 seconds...
Thread.sleep( 2000 ); // wait 2 seconds...
rsp = server.query( new SolrQuery( "id:id3") );
}