Increase the interval between attempts, to avoid false warnings on slow machines.
This commit is contained in:
parent
0a39165bbf
commit
b26f595141
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class SolrSmokeTest implements ServletContextListener {
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
private static class SolrHomePager {
|
private static class SolrHomePager {
|
||||||
private static final long SLEEP_INTERVAL = 10000; // 10 seconds
|
private static final long SLEEP_INTERVAL = 20000; // 20 seconds
|
||||||
|
|
||||||
private final URL solrUrl;
|
private final URL solrUrl;
|
||||||
private final HttpClient httpClient = new HttpClient();
|
private final HttpClient httpClient = new HttpClient();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue