From 26725180eb4557d2c4bb6b0ea3462f230f5f3d87 Mon Sep 17 00:00:00 2001 From: Darshan Siddesh Jagaluru Date: Thu, 7 May 2026 16:44:15 +0000 Subject: [PATCH] Increasing timeout in SpannerToMySqlCustomTransformationLT test --- .../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 d26985eb8d..470fee5b42 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 @@ -123,7 +123,7 @@ public void reverseReplication1KTpsWithCustomTransformation() PipelineOperator.Result result = pipelineOperator.waitForCondition( - createConfig(jobInfo, Duration.ofMinutes(12), Duration.ofSeconds(30)), check); + createConfig(jobInfo, Duration.ofMinutes(18), Duration.ofSeconds(30)), check); // Assert Conditions assertThatResult(result).meetsConditions();