mirror of https://github.com/apache/lucene.git
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:
parent
74c10140ce
commit
8f38d877fa
|
@ -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") );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue