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:
westin-m
changed the title
[IdWeb] Remove uses of Time.Sleep in tests
[IdWeb] Remove uses of Thread.Sleep in tests
Nov 4, 2024
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: