Test: testClusterFormingWithASlowNode - make delays less aggressive
This commit is contained in:
parent
7861385221
commit
a596459ed6
|
@ -886,7 +886,7 @@ public class DiscoveryWithServiceDisruptionsTests extends ElasticsearchIntegrati
|
||||||
public void testClusterFormingWithASlowNode() throws Exception {
|
public void testClusterFormingWithASlowNode() throws Exception {
|
||||||
configureCluster(3, 2);
|
configureCluster(3, 2);
|
||||||
|
|
||||||
SlowClusterStateProcessing disruption = new SlowClusterStateProcessing(getRandom(), 0, 0, 5000, 6000);
|
SlowClusterStateProcessing disruption = new SlowClusterStateProcessing(getRandom(), 0, 0, 1000, 2000);
|
||||||
|
|
||||||
// don't wait for initial state, wat want to add the disruption while the cluster is forming..
|
// don't wait for initial state, wat want to add the disruption while the cluster is forming..
|
||||||
internalCluster().startNodesAsync(3,
|
internalCluster().startNodesAsync(3,
|
||||||
|
|
Loading…
Reference in New Issue