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/10 03:27:14 UTC

[13/18] lucene-solr:branch_7x: SOLR-12801: boost wait to try and harden

SOLR-12801: boost wait to try and harden


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

Branch: refs/heads/branch_7x
Commit: a8ed80a8fdd2d8af3e45f06ed69f19d630a47979
Parents: 89b6a96
Author: markrmiller <ma...@apache.org>
Authored: Sun Dec 9 15:12:42 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Sun Dec 9 20:57:20 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/a8ed80a8/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 383b3ef..cc3f6ed 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(1000);
+        Thread.sleep(3000);
 
         CdcrTestsUtil.cdcrStart(targetSolrClient);
         CdcrTestsUtil.cdcrStart(sourceSolrClient);