We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6516cf3 commit 9e64d53Copy full SHA for 9e64d53
src/test/java/software/amazon/encryption/s3/S3EncryptionClientStreamTest.java
@@ -376,7 +376,7 @@ public void customSetBufferSizeWithLargeObject() throws IOException {
376
public void customSetBufferSizeWithLargeObjectAsyncClient() throws IOException {
377
ArrayList<Exception> failures = new ArrayList<>();
378
int success=0, fails = 0;
379
- for(int i=0; i < 50; i++) {
+ for(int i=0; i < 100; i++) {
380
try {
381
final String objectKey = appendTestSuffix("large-object-test-custom-buffer-size-async");
382
0 commit comments