Most likely it is limitation of eclipse plugin or other tool you use for diagram modeling.
Try modify its source xml and use something like this:
<timerEventDefinition>
<timeCycle xsi:type="tFormalExpression" language="cron">0/1 * * * * ?</timeCycle>
</timerEventDefinition>
HTH