Skip to content

Commit 9d7dca7

Browse files
committed
Increase obj size to 100mb
1 parent 8966845 commit 9d7dca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/S3TransferManagerDownloadPauseResumeIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class S3TransferManagerDownloadPauseResumeIntegrationTest extends S3Integ
5757
private static final String BUCKET = temporaryBucketName(S3TransferManagerDownloadPauseResumeIntegrationTest.class);
5858
private static final String KEY = "key";
5959
// 24 * MB is chosen to make sure we have data written in the file already upon pausing.
60-
private static final long OBJ_SIZE = 24 * MB;
60+
private static final long OBJ_SIZE = 100 * MB;
6161
private static File sourceFile;
6262

6363
@BeforeAll

0 commit comments

Comments
 (0)