Skip to content

Commit

Permalink
Backport d6f0940
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jul 30, 2024
1 parent de90ed0 commit 401c14d
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

0 comments on commit 401c14d

Please sign in to comment.