diff --git a/v2/datastream-to-bigquery/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToBigQueryIT.java b/v2/datastream-to-bigquery/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToBigQueryIT.java index 5bc48792d4..b0bf3f9306 100644 --- a/v2/datastream-to-bigquery/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToBigQueryIT.java +++ b/v2/datastream-to-bigquery/src/test/java/com/google/cloud/teleport/v2/templates/DataStreamToBigQueryIT.java @@ -87,8 +87,9 @@ enum JDBCType { POSTGRES } - // TODO: Decrease timeout. Currently need to wait for long to make sure results are propagated. - @Rule public Timeout timeout = new Timeout(40, TimeUnit.MINUTES); + // TODO(https://github.com/GoogleCloudPlatform/DataflowTemplates/issues/2459): Decrease timeout. + // Currently need to wait for long to make sure results are propagated. + @Rule public Timeout timeout = new Timeout(60, TimeUnit.MINUTES); private static final int NUM_EVENTS = 10; private static final String ROW_ID = "ROW_ID"; @@ -200,6 +201,8 @@ public void testDataStreamOracleToBigQueryJson() throws IOException { } @Test + @Ignore("https://github.com/GoogleCloudPlatform/DataflowTemplates/issues/2459") // elevated test + // timeout public void testDataStreamPostgresToBigQuery() throws IOException { simpleJdbcToBigQueryTest( JDBCType.POSTGRES,