rehmanmuradali commented on a change in pull request #11924:
URL: https://github.com/apache/beam/pull/11924#discussion_r438307281
##########
File path:
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java
##########
@@ -3938,10 +3939,11 @@ public void testEventTimeTimerOrdering() throws
Exception {
ValidatesRunner.class,
UsesTimersInParDo.class,
UsesStatefulParDo.class,
+ UsesUnboundedPCollections.class,
UsesStrictTimerOrdering.class
})
public void testEventTimeTimerOrderingWithCreate() throws Exception {
- final int numTestElements = 100;
+ final int numTestElements = 5;
Review comment:
reverted.
----------------------------------------------------------------
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]