Skip to content

Commit

Permalink
chore(merge): master into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Apr 15, 2024
2 parents 3cbfb03 + 3d1e594 commit 9e7544d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public void should_warn_when_setting_remote_connection_with_local_engine() throw
@Test
public void timerBoundaryEvent_should_not_trigger_and_be_deleted_at_flownode_execution() throws Exception {
final int timerDuration = 10000;//long enough not to trigger
SchedulerService schedulerService = getTenantAccessor().getSchedulerService();
SchedulerService schedulerService = getServiceAccessor().getSchedulerService();

final ProcessDefinitionBuilder processDefinitionBuilder = new ProcessDefinitionBuilder()
.createNewInstance("pTimerBoundary", "2.0");
Expand Down

0 comments on commit 9e7544d

Please sign in to comment.