Skip to content

Commit b26b3dc

Browse files
author
Frederick Ross
committed
Merge branch 'fross/fired-alert-tests' into develop
2 parents 016ddbd + 64645c1 commit b26b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_analytics(self):
284284
tracker.track("test_event", distinct_id="123abc", abc="12345")
285285

286286
# Wait until the events get indexed
287-
self.assertEventuallyTrue(lambda: index.refresh()['totalEventCount'] == '2')
287+
self.assertEventuallyTrue(lambda: index.refresh()['totalEventCount'] == '2', timeout=200)
288288

289289
# Now, we create a retriever to retrieve the events
290290
retriever = analytics.output.AnalyticsRetriever(

0 commit comments

Comments
 (0)