Fix renamed constant
Original commit: elastic/x-pack-elasticsearch@709cd849b2
This commit is contained in:
parent
11125797bc
commit
6c290d22c1
|
@ -55,7 +55,7 @@ public class SlowWatchStatsTests extends AbstractWatcherIntegrationTestCase {
|
||||||
return Settings.builder()
|
return Settings.builder()
|
||||||
.put(super.nodeSettings(nodeOrdinal))
|
.put(super.nodeSettings(nodeOrdinal))
|
||||||
// So it is predictable how many slow watches we need to add to accumulate pending watches
|
// So it is predictable how many slow watches we need to add to accumulate pending watches
|
||||||
.put(EsExecutors.PROCESSORS, "1")
|
.put(EsExecutors.PROCESSORS_SETTING.getKey(), "1")
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue