Skip to content

Commit 64645c1

Browse files
author
Frederick Ross
committed
Increase timeout for example test that kept timing out intermittently.
1 parent f3f8ba3 commit 64645c1

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)