We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1349b commit bf2264bCopy full SHA for bf2264b
spec/event/batch_event_processor_spec.rb
@@ -65,7 +65,7 @@
65
66
@event_processor.process(conversion_event)
67
# flush interval is set to 100ms. Wait for 300ms and assert that event is dispatched.
68
- sleep 0.175
+ sleep 0.2
69
70
expect(@event_dispatcher).to have_received(:dispatch_event).with(log_event).once
71
expect(@notification_center).to have_received(:send_notifications).with(
0 commit comments