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
Some of the tests rely on sleeps to give the kernel enough time to issue events. As a result, running all the tests takes quite a long time. The sleeps should be replaced with more accurate awaits to make the tests run faster.