Skip to content

Commit 454e73d

Browse files
committed
Revert to original test fixture size
1 parent d821156 commit 454e73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/channels/FileChannelsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void testContentEquals(
8585
final Path bigFile3 = Files.createTempFile(getClass().getSimpleName(), "-3.bin");
8686
try {
8787
// This length must match any restriction from the Surefire configuration.
88-
final int newLength = 2_000_000;
88+
final int newLength = 1_000_000;
8989
final byte[] bytes1 = new byte[newLength];
9090
final byte[] bytes2 = new byte[newLength];
9191
// Make sure bytes1 and bytes2 are different despite the shuffle

0 commit comments

Comments
 (0)