mirror of https://github.com/apache/lucene.git
Include time unit in SolrCLI's TimeoutException wording.
This commit is contained in:
parent
daeaffa9d7
commit
2d074399e8
|
@ -1311,7 +1311,7 @@ public class SolrCLI implements CLIO {
|
|||
}
|
||||
}
|
||||
}
|
||||
throw new TimeoutException("Did not see Solr at "+solrUrl+" come online within "+maxWaitSecs);
|
||||
throw new TimeoutException("Did not see Solr at "+solrUrl+" come online within "+maxWaitSecs+" seconds!");
|
||||
}
|
||||
|
||||
public Map<String,Object> getStatus(String solrUrl) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue