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:11:09 UTC

[2/5] lucene-solr:branch_7x: 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/85cfc886
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/85cfc886
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/85cfc886

Branch: refs/heads/branch_7x
Commit: 85cfc8861c696e38a043cb668f2830577e6f137c
Parents: 44ffa9b
Author: markrmiller <ma...@apache.org>
Authored: Mon Dec 10 22:58:16 2018 -0600
Committer: markrmiller <ma...@apache.org>
Committed: Tue Dec 11 05:42:08 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/85cfc886/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>