boyuanzz commented on a change in pull request #13372:
URL: https://github.com/apache/beam/pull/13372#discussion_r527106579
##########
File path:
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/SplittableDoFnTest.java
##########
@@ -304,6 +305,7 @@ public void testOutputAfterCheckpointBounded() {
@Test
@Category({ValidatesRunner.class, UsesUnboundedSplittableParDo.class})
public void testOutputAfterCheckpointUnbounded() {
+ p.getOptions().as(TestPipelineOptions.class).setTestTimeoutSeconds(900L);
Review comment:
It turns out this value doesn't help the test to pass. The
`testOutputAfterCheckpointUnbounded ` and
`testBundleFinalizationOccursOnUnboundedSplittableDoFn ` are just hanging on
dataflow streaming runner v2. I'll revert the change here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]