Improve all sleeps
joshuamorton opened this issue · 2 comments
joshuamorton commented
Realistically, there should be no arbitrary sleep(n)
in the codebase, every sleep should be in a loop until some event.
joshuamorton commented
(this makes tests more deterministic and generally faster)
irapha commented
+1