SOLR-12801: boost wait to try and harden

This commit is contained in:
markrmiller 2018-12-09 15:12:42 -06:00
parent 4133ce4cc1
commit f6063a1461
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class CdcrBootstrapTest extends SolrTestCaseJ4 {
target.waitForActiveCollection("cdcr-target", 1, 2);
CloudSolrClient targetSolrClient = target.getSolrClient();
targetSolrClient.setDefaultCollection("cdcr-target");
Thread.sleep(1000);
Thread.sleep(3000);
CdcrTestsUtil.cdcrStart(targetSolrClient);
CdcrTestsUtil.cdcrStart(sourceSolrClient);