From 18c6b3b90ff8bd607df18af86d092ac1205ffbf7 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 5 Jun 2018 22:10:31 +0200 Subject: New casettes, small fixes --- tests/test_streaming.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_streaming.py') diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 20651bd..605ce89 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -277,6 +277,7 @@ def test_stream_user(api, api2): # Make sure we are in the right state to not receive updates from api2 user = api2.account_verify_credentials() api2.account_unfollow(user) + time.sleep(2) updates = [] notifications = [] -- cgit v1.2.3