From aedb6b969b324bbcc0bfbc8e7e3c59ecf49e6365 Mon Sep 17 00:00:00 2001 From: aasthabharill Date: Fri, 19 Dec 2025 19:48:53 +0530 Subject: [PATCH] raise timeout --- .../v2/templates/SpannerToMySqlCustomTransformationLT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/spanner-to-sourcedb/src/test/java/com/google/cloud/teleport/v2/templates/SpannerToMySqlCustomTransformationLT.java b/v2/spanner-to-sourcedb/src/test/java/com/google/cloud/teleport/v2/templates/SpannerToMySqlCustomTransformationLT.java index 0846b2e2d3..f7573d8010 100644 --- a/v2/spanner-to-sourcedb/src/test/java/com/google/cloud/teleport/v2/templates/SpannerToMySqlCustomTransformationLT.java +++ b/v2/spanner-to-sourcedb/src/test/java/com/google/cloud/teleport/v2/templates/SpannerToMySqlCustomTransformationLT.java @@ -126,7 +126,7 @@ public void reverseReplication1KTpsWithCustomTransformation() PipelineOperator.Result result = pipelineOperator.waitForCondition( - createConfig(jobInfo, Duration.ofMinutes(10), Duration.ofSeconds(30)), check); + createConfig(jobInfo, Duration.ofMinutes(12), Duration.ofSeconds(30)), check); // Assert Conditions assertThatResult(result).meetsConditions();