Test: change maxNumDataNodes from 6 (which is the default) to 3

Original commit: elastic/x-pack-elasticsearch@1e13c7964b
This commit is contained in:
Martijn van Groningen 2015-04-21 16:27:02 +02:00
parent 901d2c0984
commit 49bbb0c801

View File

@ -77,7 +77,7 @@ import static org.hamcrest.core.IsNot.not;
/**
*/
@ClusterScope(scope = SUITE, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false)
@ClusterScope(scope = SUITE, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false, maxNumDataNodes = 3)
public abstract class AbstractWatcherIntegrationTests extends ElasticsearchIntegrationTest {
private static final boolean timeWarpEnabled = SystemPropertyUtil.getBoolean("tests.timewarp", true);