buvinghausen / TaskTupleAwaiter

Async helper library to allow leveraging the new ValueTuple data types in C# 7.0
MIT License
70 stars 10 forks source link

Speed up tests by removing timer dependency #11

Closed jnm2 closed 6 years ago

jnm2 commented 6 years ago

When writing tests, I like to have ReSharper in continuous coverage mode. Once you have 125 test cases, waiting over half a second per test motivates you to removing the need for timing.