Skip to content

Commit 9e64d53

Browse files
author
Anirav Kareddy
committed
run 100 times
1 parent 6516cf3 commit 9e64d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public void customSetBufferSizeWithLargeObject() throws IOException {
376376
public void customSetBufferSizeWithLargeObjectAsyncClient() throws IOException {
377377
ArrayList<Exception> failures = new ArrayList<>();
378378
int success=0, fails = 0;
379-
for(int i=0; i < 50; i++) {
379+
for(int i=0; i < 100; i++) {
380380
try {
381381
final String objectKey = appendTestSuffix("large-object-test-custom-buffer-size-async");
382382

0 commit comments

Comments
 (0)