gtagency/pyrostest

Improve all sleeps

joshuamorton opened this issue · 2 comments

Realistically, there should be no arbitrary sleep(n) in the codebase, every sleep should be in a loop until some event.

(this makes tests more deterministic and generally faster)

+1