Skip to content

Commit 764ac43

Browse files
author
Anirav Kareddy
committed
running modified 100 times
1 parent b2dbba9 commit 764ac43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/software/amazon/encryption/s3/S3EncryptionClientStreamTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public void failsWhenBothBufferSizeAndDelayedAuthModeEnabled() {
310310

311311
@Test
312312
public void customSetBufferSizeWithLargeObject() throws IOException {
313-
for(int i=0; i < 10; i++) {
313+
for(int i=0; i < 100; i++) {
314314
final String objectKey = appendTestSuffix("large-object-test-custom-buffer-size");
315315

316316
Security.addProvider(new BouncyCastleProvider());
@@ -370,7 +370,7 @@ public void customSetBufferSizeWithLargeObject() throws IOException {
370370

371371
@Test
372372
public void customSetBufferSizeWithLargeObjectAsyncClient() throws IOException {
373-
for(int i=0; i < 10; i++) {
373+
for(int i=0; i < 100; i++) {
374374
final String objectKey = appendTestSuffix("large-object-test-custom-buffer-size-async");
375375

376376
Security.addProvider(new BouncyCastleProvider());

0 commit comments

Comments
 (0)