I think you should use something other than the Tap gesture if you want to detect fast taps. Remember it has to detect double-taps as well, so if you tap fast it will detect that. It seems to work fine if the taps are slow.
See the capx. I changed it to Touch:On any touch start. I also changed a bit of your logic (structure only).