tianz101 commented on code in PR #37625:
URL: https://github.com/apache/beam/pull/37625#discussion_r2874672545
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamOrderedWithinKeyGloballyIT.java:
##########
@@ -99,7 +99,7 @@ public void testOrderedWithinKey() {
.withDatabaseId(databaseId);
// Get the time increment interval at which to flush data changes ordered
by key.
- final long timeIncrementInSeconds = 2;
+ final long timeIncrementInSeconds = 10;
Review Comment:
Can you add a comment for why this needs to be increased from 2s to 10s?
Thanks.
--
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]