mirror of https://github.com/apache/lucene.git
SOLR-12801: boost wait to try and harden
This commit is contained in:
parent
4133ce4cc1
commit
f6063a1461
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue