fjtirado commented on code in PR #3747:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3747#discussion_r1812539625


##########
jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/StandaloneBPMNProcessTest.java:
##########
@@ -400,7 +400,7 @@ public void testEventBasedSplit2() throws Exception {
         org.kie.kogito.process.ProcessInstance<EventBasedSplit2Model> 
instanceTimer = processDefinition.createInstance(modelTimer);
         instanceTimer.start();
         
assertThat(instanceTimer.status()).isEqualTo(org.kie.kogito.process.ProcessInstance.STATE_ACTIVE);
-        countDownListener.waitTillCompleted();
+        countDownListener.waitTillCompleted(15000);

Review Comment:
   @gitgabrio I was trying to keep this as small as possible to unblock CI 
ASAP, but you are right. 



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