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
Currently driver loading blocks acquire_init(). This can be a problem if there are drivers that take a while.
For example, initializing hdcam takes ~6 seconds typically. Every test that runs on a machine with hdcam gets impacted by this time. If we made it lazy, then the tests that don't use hdcam could run faster.
The text was updated successfully, but these errors were encountered:
Currently driver loading blocks acquire_init(). This can be a problem if there are drivers that take a while.
For example, initializing hdcam takes ~6 seconds typically. Every test that runs on a machine with hdcam gets impacted by this time. If we made it lazy, then the tests that don't use hdcam could run faster.
The text was updated successfully, but these errors were encountered: