8255913: Decrease number of iterations in TestMaxCachedBufferSize
Reviewed-by: lancea, dfuchs
This commit is contained in:
parent
1b59595e1e
commit
d6f0940400
@ -54,7 +54,7 @@ import jdk.test.lib.RandomFactory;
|
|||||||
* @key randomness
|
* @key randomness
|
||||||
*/
|
*/
|
||||||
public class TestMaxCachedBufferSize {
|
public class TestMaxCachedBufferSize {
|
||||||
private static final int DEFAULT_ITERS = 10 * 1000;
|
private static final int DEFAULT_ITERS = 5 * 1000;
|
||||||
private static final int DEFAULT_THREAD_NUM = 4;
|
private static final int DEFAULT_THREAD_NUM = 4;
|
||||||
|
|
||||||
private static final int SMALL_BUFFER_MIN_SIZE = 4 * 1024;
|
private static final int SMALL_BUFFER_MIN_SIZE = 4 * 1024;
|
||||||
|
Loading…
Reference in New Issue
Block a user