mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
remove timeout
This commit is contained in:
@@ -2294,7 +2294,7 @@ class TestOnlineAccount:
|
|||||||
ac1.direct_imap.delete("1:*", expunge=False)
|
ac1.direct_imap.delete("1:*", expunge=False)
|
||||||
ac1.start_io()
|
ac1.start_io()
|
||||||
|
|
||||||
for ev in ac1._evtracker.iter_events(timeout=60):
|
for ev in ac1._evtracker.iter_events():
|
||||||
if ev.name == "DC_EVENT_MSGS_CHANGED":
|
if ev.name == "DC_EVENT_MSGS_CHANGED":
|
||||||
pytest.fail("A deleted message was shown to the user")
|
pytest.fail("A deleted message was shown to the user")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user