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/11 12:08:55 UTC

[3/5] lucene-solr:master: SOLR-12801: Raise this test socket timeout to 30 seconds.

SOLR-12801: Raise this test socket timeout to 30 seconds.


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

Branch: refs/heads/master
Commit: 496c627882ca43f74307350c74be30b06fc0df74
Parents: 3205491
Author: markrmiller <ma...@apache.org>
Authored: Mon Dec 10 22:58:16 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Tue Dec 11 05:45:28 2018 -0600

----------------------------------------------------------------------
 solr/core/src/test-files/solr/solr.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/496c6278/solr/core/src/test-files/solr/solr.xml
----------------------------------------------------------------------
diff --git a/solr/core/src/test-files/solr/solr.xml b/solr/core/src/test-files/solr/solr.xml
index 2c13448..f77c9c4 100644
--- a/solr/core/src/test-files/solr/solr.xml
+++ b/solr/core/src/test-files/solr/solr.xml
@@ -45,7 +45,7 @@
     <int name="leaderVoteWait">${leaderVoteWait:15000}</int>   <!-- We are running tests - the default should be low, not like production -->
     <int name="leaderConflictResolveWait">${leaderConflictResolveWait:45000}</int> 
     <int name="distribUpdateConnTimeout">${distribUpdateConnTimeout:5000}</int>
-    <int name="distribUpdateSoTimeout">${distribUpdateSoTimeout:15000}</int> <!-- We are running tests - the default should be low, not like production -->
+    <int name="distribUpdateSoTimeout">${distribUpdateSoTimeout:30000}</int> <!-- We are running tests - the default should be low, not like production -->
     <int name="autoReplicaFailoverWaitAfterExpiration">${autoReplicaFailoverWaitAfterExpiration:10000}</int>
     <int name="autoReplicaFailoverWorkLoopDelay">${autoReplicaFailoverWorkLoopDelay:10000}</int>
     <int name="autoReplicaFailoverBadNodeExpiration">${autoReplicaFailoverBadNodeExpiration:60000}</int>