Insert sleep

This commit is contained in:
link2xt
2022-06-26 17:10:59 +00:00
parent 0bcaab7ebf
commit a91df13782

View File

@@ -1,4 +1,5 @@
import sys
import time
import pytest
@@ -220,6 +221,8 @@ def test_fetch_existing(acfactory, lp, mvbox_move):
assert idle1.wait_for_seen()
assert_folders_configured(ac1)
time.sleep(30) # Wait until the message is indexed.
lp.sec("create a cloned ac1 and fetch contact history during configure")
ac1_clone = acfactory.new_online_configuring_account(cloned_from=ac1, fetch_existing_msgs=True)
acfactory.wait_configured(ac1_clone)