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 2020/07/26 15:01:54 UTC

[lucene-solr] branch reference_impl updated: @342 Bump it.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl by this push:
     new b640262  @342 Bump it.
b640262 is described below

commit b640262e6da151b44a6e237e17874b47b132b5a9
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Jul 26 10:00:46 2020 -0500

    @342 Bump it.
---
 solr/test-framework/src/java/org/apache/solr/SolrTestCase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java b/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
index baf4704..a744163 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
@@ -199,7 +199,7 @@ public class SolrTestCase extends LuceneTestCase {
       //TestInjection.randomDelayMaxInCoreCreationInSec = 2;
 
 
-      System.setProperty("solr.httpShardHandler.completionTimeout", "1000");
+      System.setProperty("solr.httpShardHandler.completionTimeout", "2000");
       System.setProperty("zookeeper.request.timeout", "5000");
       System.setProperty(SolrTestCaseJ4.USE_NUMERIC_POINTS_SYSPROP, "false");
 //      System.setProperty("solr.tests.IntegerFieldType", "org.apache.solr.schema.IntPointField");