mirror of https://github.com/apache/lucene.git
SOLR-12801: Raise this test socket timeout to 30 seconds.
This commit is contained in:
parent
3205491beb
commit
496c627882
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue