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

[22/47] lucene-solr:jira/http2: SOLR-12801: Raise timeout in CollectionsAPIAsyncDistributedZkTest.

SOLR-12801: Raise timeout in CollectionsAPIAsyncDistributedZkTest.


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

Branch: refs/heads/jira/http2
Commit: 1d5ae9857fc3bb267dcbfee7d7de1d2f3f1c117e
Parents: 5d52980
Author: markrmiller <ma...@apache.org>
Authored: Sun Dec 9 18:05:23 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Sun Dec 9 18:31:28 2018 -0600

----------------------------------------------------------------------
 .../api/collections/CollectionsAPIAsyncDistributedZkTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1d5ae985/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIAsyncDistributedZkTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIAsyncDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIAsyncDistributedZkTest.java
index b81b956..953fad0 100644
--- a/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIAsyncDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/api/collections/CollectionsAPIAsyncDistributedZkTest.java
@@ -55,7 +55,7 @@ import org.slf4j.LoggerFactory;
 @Slow
 public class CollectionsAPIAsyncDistributedZkTest extends SolrCloudTestCase {
 
-  private static final int MAX_TIMEOUT_SECONDS = 60;
+  private static final int MAX_TIMEOUT_SECONDS = 90;
   
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());