mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
this test sometimes fails maybe due to the timeout and not enough randomness for RSA2048
This commit is contained in:
@@ -652,7 +652,7 @@ class TestOnlineAccount:
|
||||
config={"key_gen_type": str(const.DC_KEY_GEN_ED25519)}
|
||||
)
|
||||
# rsa key gen can be slow especially on CI, adjust timeout
|
||||
ac1._evtracker.set_timeout(120)
|
||||
ac1._evtracker.set_timeout(240)
|
||||
acfactory.wait_configure_and_start_io()
|
||||
chat = acfactory.get_accepted_chat(ac1, ac2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user