Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Oct 11, 2024
1 parent d71fb98 commit 48000ed
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
import org.jbpm.test.utils.ProcessTestHelper;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.kie.api.event.process.ProcessStartedEvent;
import org.kie.api.io.Resource;
import org.kie.internal.io.ResourceFactory;
Expand Down Expand Up @@ -384,7 +383,6 @@ public void testEventBasedSplitAfter() {
}

@Test
@Timeout(10)
public void testEventBasedSplit2() throws Exception {
ProcessCompletedCountDownProcessEventListener countDownListener = new ProcessCompletedCountDownProcessEventListener(2);
Application app = ProcessTestHelper.newApplication();
Expand Down Expand Up @@ -537,7 +535,6 @@ public void testErrorBoundaryEvent() throws Exception {
}

@Test
@Timeout(10)
public void testTimerBoundaryEvent() throws Exception {
Application app = ProcessTestHelper.newApplication();
NodeLeftCountDownProcessEventListener countDownListener = new NodeLeftCountDownProcessEventListener("TimerEvent", 1);
Expand All @@ -556,7 +553,6 @@ public void testTimerBoundaryEvent() throws Exception {
}

@Test
@Timeout(10)
public void testTimerBoundaryEventInterrupting() {
Application app = ProcessTestHelper.newApplication();
NodeLeftCountDownProcessEventListener countDownListener = new NodeLeftCountDownProcessEventListener("TimerEvent", 1);
Expand Down Expand Up @@ -697,7 +693,6 @@ public void testIntermediateCatchEventMessage() {
}

@Test
@Timeout(10)
public void testIntermediateCatchEventTimer() {
Application app = ProcessTestHelper.newApplication();
NodeLeftCountDownProcessEventListener countDownListener = new NodeLeftCountDownProcessEventListener("timer", 1);
Expand Down Expand Up @@ -786,7 +781,6 @@ public void testConditionalStart() throws Exception {
}

@Test
@Timeout(1000)
public void testTimerStart() throws Exception {
Application app = ProcessTestHelper.newApplication();
NodeLeftCountDownProcessEventListener countDownListener = new NodeLeftCountDownProcessEventListener("StartProcess", 5);
Expand Down

0 comments on commit 48000ed

Please sign in to comment.