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/08/30 15:59:53 UTC

[lucene-solr] branch reference_impl updated: @633 Raise non nightly shard response timeout.

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 c1837d2  @633 Raise non nightly shard response timeout.
c1837d2 is described below

commit c1837d22a943a602cc2e0b6176859578ce91dd66
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Sun Aug 30 10:57:45 2020 -0500

    @633 Raise non nightly shard response timeout.
---
 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 03cc416..16f5f0e 100644
--- a/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
+++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java
@@ -243,7 +243,7 @@ public class SolrTestCase extends LuceneTestCase {
       Lucene86Codec codec = new Lucene86Codec(Lucene50StoredFieldsFormat.Mode.BEST_SPEED);
       //Codec.setDefault(codec);
       System.setProperty("solr.lbclient.live_check_interval", "3000");
-      System.setProperty("solr.httpShardHandler.completionTimeout", "3000");
+      System.setProperty("solr.httpShardHandler.completionTimeout", "10000");
       System.setProperty("zookeeper.request.timeout", "15000");
       System.setProperty(SolrTestCaseJ4.USE_NUMERIC_POINTS_SYSPROP, "false");
       System.setProperty("solr.tests.IntegerFieldType", "org.apache.solr.schema.TrieIntField");