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
To speed up tests, avoid flakiness, and make them more deterministic, remove all uses of Thread.Sleep. Where applicable, replace them with better structures like signal and wait or TimeProviders.
The text was updated successfully, but these errors were encountered:
To speed up tests, avoid flakiness, and make them more deterministic, remove all uses of
Thread.Sleep
. Where applicable, replace them with better structures like signal and wait or TimeProviders.The text was updated successfully, but these errors were encountered: