From 374ee7c1fec86df230bac1a90124a484cc293903 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 16 Feb 2021 11:24:11 +0100 Subject: [PATCH] this test sometimes fails maybe due to the timeout and not enough randomness for RSA2048 --- python/tests/test_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 1041a06a4..30b6f12ce 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -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)