File tree 2 files changed +2
-2
lines changed
src/test/java/org/apache/commons/io
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public void testContentEquals(final RandomAccessFileMode mode) throws IOExceptio
88
88
final Path bigFile3 = Files .createTempFile (getClass ().getSimpleName (), "-3.bin" );
89
89
try {
90
90
// This length must match any restriction from the Surefire configuration.
91
- final int newLength = 5_000_000 ;
91
+ final int newLength = 2_000_000 ;
92
92
final byte [] bytes1 = new byte [newLength ];
93
93
final byte [] bytes2 = new byte [newLength ];
94
94
// Make sure bytes1 and bytes2 are different despite the shuffle
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void testContentEquals(final int bufferSize) throws IOException {
70
70
final Path bigFile3 = Files .createTempFile (getClass ().getSimpleName (), "-3.bin" );
71
71
try {
72
72
// This length must match any restriction from the Surefire configuration.
73
- final int newLength = 5_000_000 ;
73
+ final int newLength = 2_000_000 ;
74
74
final byte [] bytes1 = new byte [newLength ];
75
75
final byte [] bytes2 = new byte [newLength ];
76
76
// Make sure bytes1 and bytes2 are different despite the shuffle
You can’t perform that action at this time.
0 commit comments