Delayed start

This commit is contained in:
jeffbanks 2023-01-13 09:47:10 -06:00
parent 97e992bce8
commit 9583c49542

View File

@ -113,7 +113,7 @@ public class ActivityExecutorTest {
@Test
public synchronized void testNewActivityExecutor() {
ActivityDef ad = ActivityDef.parseActivityDef("driver=diag;alias=test;cycles=1000;");
ActivityDef ad = ActivityDef.parseActivityDef("driver=diag;alias=test;cycles=1000;initdelay=5000;");
Optional<ActivityType> activityType = new ActivityTypeLoader().load(ad);
Input longSupplier = new AtomicInput(ad);
MotorDispenser<?> cmf = getActivityMotorFactory(