Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase the timer slack TestRead allows to 100ms. (#27443)
We're polling until a timer fires, but due to other threads losing the timeslice for a while we could decide it's not firing when it's just been blocked on the scheduler. To reduce the risk of that, give it a bit more time to fire. Fixes #27438
- Loading branch information