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
This might make the test more reliable. fixes#1446
We may have been hitting a deadlock situation where cronjobs were
setting up their observation of channels and calling `clock.Now()` while
the test tried to increment the mock clock (exact case is detailed more
in #1368).
The text was updated successfully, but these errors were encountered: