You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2018/12/11 15:00:04 UTC

[2/2] lucene-solr:branch_7x: SOLR-12801: Try to harden CdcrBootstrapTest.

SOLR-12801: Try to harden CdcrBootstrapTest.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/2b62f8be
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/2b62f8be
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/2b62f8be

Branch: refs/heads/branch_7x
Commit: 2b62f8be407eaeece98411efc3ded5184af478ec
Parents: 5ebbfbb
Author: markrmiller <ma...@apache.org>
Authored: Tue Dec 11 08:43:08 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Tue Dec 11 08:59:57 2018 -0600

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/cdcr/CdcrBootstrapTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2b62f8be/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBootstrapTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBootstrapTest.java b/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBootstrapTest.java
index cc3f6ed..87a475b 100644
--- a/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBootstrapTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBootstrapTest.java
@@ -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);