Skip to content

Commit d6f0940

Browse files
author
Brian Burkhalter
committed
8255913: Decrease number of iterations in TestMaxCachedBufferSize
Reviewed-by: lancea, dfuchs
1 parent 1b59595 commit d6f0940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/sun/nio/ch/TestMaxCachedBufferSize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* @key randomness
5555
*/
5656
public class TestMaxCachedBufferSize {
57-
private static final int DEFAULT_ITERS = 10 * 1000;
57+
private static final int DEFAULT_ITERS = 5 * 1000;
5858
private static final int DEFAULT_THREAD_NUM = 4;
5959

6060
private static final int SMALL_BUFFER_MIN_SIZE = 4 * 1024;

0 commit comments

Comments
 (0)