## Issue Summary In a unit test I have a loop that uses micros() to do a loop for a certain time. As micros() always returns zero the loop will never end as intended. One should also check millis() ?