Skip to content

Commit bf2264b

Browse files
fix timeout
1 parent 8a1349b commit bf2264b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/event/batch_event_processor_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
@event_processor.process(conversion_event)
6767
# flush interval is set to 100ms. Wait for 300ms and assert that event is dispatched.
68-
sleep 0.175
68+
sleep 0.2
6969

7070
expect(@event_dispatcher).to have_received(:dispatch_event).with(log_event).once
7171
expect(@notification_center).to have_received(:send_notifications).with(

0 commit comments

Comments
 (0)