Test: testClusterFormingWithASlowNode - make delays less aggressive

This commit is contained in:
Boaz Leskes 2015-03-15 13:56:13 -07:00
parent 7861385221
commit a596459ed6
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ public class DiscoveryWithServiceDisruptionsTests extends ElasticsearchIntegrati
public void testClusterFormingWithASlowNode() throws Exception {
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..
internalCluster().startNodesAsync(3,