You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamOrderedWithinKeyGloballyIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public void testOrderedWithinKey() {
99
99
.withDatabaseId(databaseId);
100
100
101
101
// Get the time increment interval at which to flush data changes ordered by key.
102
-
finallongtimeIncrementInSeconds = 2;
102
+
finallongtimeIncrementInSeconds = 10;
103
103
104
104
// Commit a initial transaction to get the timestamp to start reading from.
Copy file name to clipboardExpand all lines: sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamOrderedWithinKeyIT.java
0 commit comments