hypertrace / pythonagent

Hypertrace Python agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of sleep in test suite

jcchavezs opened this issue · comments

Currently we have tests that add some sleep time to make sure applications are up and running, this is not only inconvenient because of the wait time but also indeterministic, meaning we might be wasting user/CI time because of long sleeps.