Skip to content

Commit b45e086

Browse files
Fix flaky SpannerToMySqlCustomTransformationLT.reverseReplication1KTpsWithCustomTransformation (#3135)
Raise timeout from 10 to 12
1 parent a3c1195 commit b45e086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/spanner-to-sourcedb/src/test/java/com/google/cloud/teleport/v2/templates/SpannerToMySqlCustomTransformationLT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public void reverseReplication1KTpsWithCustomTransformation()
126126

127127
PipelineOperator.Result result =
128128
pipelineOperator.waitForCondition(
129-
createConfig(jobInfo, Duration.ofMinutes(10), Duration.ofSeconds(30)), check);
129+
createConfig(jobInfo, Duration.ofMinutes(12), Duration.ofSeconds(30)), check);
130130

131131
// Assert Conditions
132132
assertThatResult(result).meetsConditions();

0 commit comments

Comments
 (0)