We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72b4fc commit dfebcb2Copy full SHA for dfebcb2
1 file changed
tests/test_message.py
@@ -24,7 +24,7 @@ def test_message_find_by_conversation():
24
conv = Conversation(name="test")
25
conv.save()
26
conv.send("foo", "what the hell")
27
- time.sleep(1) # wait for server sync
+ time.sleep(2) # wait for server sync
28
msgs = Message.find_by_conversation(conv.id, limit=1000, reversed=False)
29
assert_equal(len(msgs), 1)
30
msg = msgs[0]
0 commit comments