mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
Attempt to eliminate test flakiness
This commit is contained in:
committed by
link2xt
parent
ec4d68af2b
commit
528b5e9469
@@ -1661,6 +1661,10 @@ class TestOnlineAccount:
|
||||
for text in texts:
|
||||
chat12.send_text(text)
|
||||
|
||||
# Ensure messages are delivered in exactly this order.
|
||||
ac1._evtracker.get_matching("DC_EVENT_SMTP_MESSAGE_SENT")
|
||||
ac1._evtracker.get_matching("DC_EVENT_MSG_DELIVERED")
|
||||
|
||||
lp.sec("ac2: waiting for all messages on the other side")
|
||||
to_delete = []
|
||||
for text in texts:
|
||||
|
||||
Reference in New Issue
Block a user