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
However it doesn't wait 5 minutes to emit. The test output shows it took about 1200ms and I get the undesired result for that test (as a result of not delaying the event).
I also tried using Meteor.setTimeout but the same issue.
The text was updated successfully, but these errors were encountered:
I try to delay emitting events in my tests, something like this:
However it doesn't wait 5 minutes to emit. The test output shows it took about 1200ms and I get the undesired result for that test (as a result of not delaying the event).
I also tried using Meteor.setTimeout but the same issue.
The text was updated successfully, but these errors were encountered: