mosche commented on a change in pull request #15895:
URL: https://github.com/apache/beam/pull/15895#discussion_r742845572
##########
File path:
sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/dynamodb/DynamoDBIO.java
##########
@@ -328,6 +337,8 @@ public static Builder builder() {
public abstract Builder setMaxDuration(Duration maxDuration);
+ abstract Builder setInitialDuration(Duration initialDuration);
Review comment:
This is important for testing, otherwise tests involving retries take
forever.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]