SOLR-12801: Try to harden CdcrBootstrapTest.

This commit is contained in:
markrmiller 2018-12-11 08:43:08 -06:00
parent 19d968dc3d
commit 274a6eba90
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(3000);
Thread.sleep(6000);
CdcrTestsUtil.cdcrStart(targetSolrClient);
CdcrTestsUtil.cdcrStart(sourceSolrClient);