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.
2 parents 016ddbd + 64645c1 commit b26b3dcCopy full SHA for b26b3dc
tests/test_examples.py
@@ -284,7 +284,7 @@ def test_analytics(self):
284
tracker.track("test_event", distinct_id="123abc", abc="12345")
285
286
# Wait until the events get indexed
287
- self.assertEventuallyTrue(lambda: index.refresh()['totalEventCount'] == '2')
+ self.assertEventuallyTrue(lambda: index.refresh()['totalEventCount'] == '2', timeout=200)
288
289
# Now, we create a retriever to retrieve the events
290
retriever = analytics.output.AnalyticsRetriever(
0 commit comments