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
The unit test is asserting that the metrics are increased, however the
signal delivery is asynchronous so it could sometimes happen that a
metric (usually the last one) isn't increased it.
By adding a 100ms wait, it would be very unlikely to happen.
Signed-off-by: Riccardo Mancini <[email protected]>
0 commit comments