Open westin-m opened 3 weeks ago
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.
Thread.Sleep
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.