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
Since updating mx-bluesky to be compatible with #594, the unit tests are taking significantly longer to complete.
On my desktop machine the difference is ~97s to complete compared to ~27s before
It seems that most of this slowdown is due to waiting in call_in_bluesky_event_loop() waiting for wait_for_connection(coros=device.connect(mock=True)) to complete.
Can this be made faster?
The text was updated successfully, but these errors were encountered:
Since updating mx-bluesky to be compatible with #594, the unit tests are taking significantly longer to complete.
On my desktop machine the difference is ~97s to complete compared to ~27s before
It seems that most of this slowdown is due to waiting in
call_in_bluesky_event_loop()
waiting forwait_for_connection(coros=device.connect(mock=True))
to complete.Can this be made faster?
The text was updated successfully, but these errors were encountered: