Useful Facts and Figures - quasics/quasics-frc-sw-2015 GitHub Wiki
RIO Function Call Rate
The RIO will call any active user function (e.g. TeleopPeriodic or a command's Exec) 50 times per second. In other words, each time the same command is called, 20 milliseconds (0.02 seconds) has passed.