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
tests: Slow down generator tests to work around race condition
5ms resolution is too fine for reliable tests. Increase delays by a
factor of 10 to improve the chances that the desired path will win the
race.
Ideally the test would be rewritten to remove the races entirely, but
I'll leave that as a future exercise.
0 commit comments