Skip to content

Commit

Permalink
8255913: Decrease number of iterations in TestMaxCachedBufferSize
Browse files Browse the repository at this point in the history
Reviewed-by: lancea, dfuchs
  • Loading branch information
Brian Burkhalter committed Nov 5, 2020
1 parent 1b59595 commit d6f0940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/sun/nio/ch/TestMaxCachedBufferSize.java
Expand Up @@ -54,7 +54,7 @@
* @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;
Expand Down

1 comment on commit d6f0940

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.