8255913: Decrease number of iterations in TestMaxCachedBufferSize

Reviewed-by: lancea, dfuchs
This commit is contained in:
Brian Burkhalter 2020-11-05 18:30:34 +00:00
parent 1b59595e1e
commit d6f0940400

View File

@ -54,7 +54,7 @@ import jdk.test.lib.RandomFactory;
* @key randomness
*/
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 SMALL_BUFFER_MIN_SIZE = 4 * 1024;