Skip to content

Commit

Permalink
8255913: Decrease number of iterations in TestMaxCachedBufferSize
Browse files Browse the repository at this point in the history
Backport-of: d6f0940
  • Loading branch information
Andrew Lu committed Aug 1, 2024
1 parent ee57792 commit 7547abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/sun/nio/ch/TestMaxCachedBufferSize.java
Original file line number Diff line number Diff line change
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 7547abf

@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.