-
- Downloads
Wait for unit tests to consume events
On #27053 Dave's reported that even with a bumped sleep these new tests occasionally fail for him. Sleeps within tests are a code stink so I really should do something smarter anyway. Waiting up to five seconds for unit tests to consume the events they emit. When we run both our unit and integ tests the later performs heavy tests asychrously. This tends to peg the CPU while running our unit tests, probably slowing things down enough for them to fail occasionly for Dave.
Please register or sign in to comment