Include time unit in SolrCLI's TimeoutException wording.

This commit is contained in:
Christine Poerschke 2020-04-28 17:19:05 +01:00
parent daeaffa9d7
commit 2d074399e8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {