mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +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)}
|
config={"key_gen_type": str(const.DC_KEY_GEN_ED25519)}
|
||||||
)
|
)
|
||||||
# rsa key gen can be slow especially on CI, adjust timeout
|
# 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()
|
acfactory.wait_configure_and_start_io()
|
||||||
chat = acfactory.get_accepted_chat(ac1, ac2)
|
chat = acfactory.get_accepted_chat(ac1, ac2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user