ChangyuLi28 commented on code in PR #25718:
URL: https://github.com/apache/beam/pull/25718#discussion_r1126889574
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerConfig.java:
##########
@@ -43,7 +43,7 @@ public abstract class SpannerConfig implements Serializable {
// A default host name for batch traffic.
private static final String DEFAULT_HOST =
"https://batch-spanner.googleapis.com/";
// Deadline for Commit API call.
- private static final Duration DEFAULT_COMMIT_DEADLINE =
Duration.standardSeconds(15);
+ private static final Duration DEFAULT_COMMIT_DEADLINE =
Duration.standardSeconds(60);
Review Comment:
Thank you for pointing this out! Made the change in a new commit.
--
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]