You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like many of the calls to time.sleep() are just waiting for the daemon to start up, which may be passed as a timeout to assert_started(), and that function will poll for the pid until it appears.
We may also need to add more sophisticated polling for things other than the pid appearing (such as "python has started running")
The text was updated successfully, but these errors were encountered:
It seems like many of the calls to
time.sleep()
are just waiting for the daemon to start up, which may be passed as a timeout toassert_started()
, and that function will poll for the pid until it appears.We may also need to add more sophisticated polling for things other than the pid appearing (such as "python has started running")
The text was updated successfully, but these errors were encountered: