Abhitocode commented on code in PR #3610:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3610#discussion_r1716265538


##########
jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/IntermediateEventTest.java:
##########
@@ -1109,62 +1166,59 @@ public void testTimerBoundaryEventCycleISO() throws 
Exception {
     }
 
     @Test
-    public void testTimerBoundaryEventInterrupting() throws Exception {
-        ProcessCompletedCountDownProcessEventListener countDownListener = new 
ProcessCompletedCountDownProcessEventListener();
+    public void testTimerBoundaryEventInterrupting() {
+        ProcessCompletedCountDownProcessEventListener countDownListener = new 
ProcessCompletedCountDownProcessEventListener(2);

Review Comment:
   Incase of 1,While we debug the test case passes but when we run the test 
case it seems it doesnt get enough time to finish the process and remains in 
active state. Did not find any errors or interrupted exception.
   
   Incase of 2, process is complete without any errors.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to