From a3467a91b5c06dfc2250c44c6dba0b7896666d2f Mon Sep 17 00:00:00 2001 From: "markrmiller@gmail.com" Date: Tue, 14 Jul 2020 21:37:16 -0500 Subject: [PATCH] #168 - Raise ZK request 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 a7fe0f873694..5a77212d7aba 100644 --- a/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java +++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java @@ -165,7 +165,7 @@ public static void setDefaultConfigDirSysPropIfNotSet() throws Exception { if (!TEST_NIGHTLY) { //TestInjection.randomDelayMaxInCoreCreationInSec = 2; - System.setProperty("zookeeper.request.timeout", "500"); + System.setProperty("zookeeper.request.timeout", "1000"); System.setProperty(SolrTestCaseJ4.USE_NUMERIC_POINTS_SYSPROP, "false"); // System.setProperty("solr.tests.IntegerFieldType", "org.apache.solr.schema.IntPointField"); // System.setProperty("solr.tests.FloatFieldType", "org.apache.solr.schema.FloatPointField");