mirror of https://github.com/apache/lucene.git
SOLR-12801: Try to harden CdcrBootstrapTest.
This commit is contained in:
parent
19d968dc3d
commit
274a6eba90
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue