The TestTaggingUseful test was flaky due to a very low test interval (1 millisecond) -- causing
unpredictable behavior. I find it is pretty dangerous to rely on timers across OS that are <10
milliseconds. This does mean the test takes slightly longer, but should be much more reliable
Goals
fix #472
Implementation
The TestTaggingUseful test was flaky due to a very low test interval (1 millisecond) -- causing unpredictable behavior. I find it is pretty dangerous to rely on timers across OS that are <10 milliseconds. This does mean the test takes slightly longer, but should be much more reliable