Skip to content

Commit db12630

Browse files
committed
fix test
1 parent c558889 commit db12630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sdk-core/src/test/java/software/amazon/awssdk/core/async/ChecksumCalculatingAsyncRequestBodyTckTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ChecksumCalculatingAsyncRequestBodyTckTest extends PublisherVerific
2020
private static final int MAX_ELEMENTS = 1000;
2121
private final FileSystem fs = Jimfs.newFileSystem(Configuration.unix());
2222
private final Path rootDir = fs.getRootDirectories().iterator().next();
23-
private static final int CHUNK_SIZE = 16 * 1024;
23+
private static final int CHUNK_SIZE = 128 * 1024;
2424
private final byte[] chunkData = new byte[CHUNK_SIZE];
2525

2626
public ChecksumCalculatingAsyncRequestBodyTckTest() throws IOException {

0 commit comments

Comments
 (0)