Skip to content

Commit 639fa80

Browse files
moscheDaveCTurner
andauthored
Update server/src/test/java/org/elasticsearch/common/util/concurrent/EsExecutorsTests.java
Co-authored-by: David Turner <[email protected]>
1 parent 102a7b2 commit 639fa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/common/util/concurrent/EsExecutorsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ public void testScalingWithEmptyCoreAndKeepAliveAndLargerMaxSize() {
812812
EsExecutors.newScaling(
813813
getTestName(),
814814
0,
815-
2,//
815+
between(2, 5),
816816
1,
817817
TimeUnit.MILLISECONDS,
818818
true,

0 commit comments

Comments
 (0)