diff --git a/tests/test_community_messages.py b/tests/test_community_messages.py index 80d9dbc6..289a2f1e 100644 --- a/tests/test_community_messages.py +++ b/tests/test_community_messages.py @@ -13,7 +13,7 @@ class TestCommunityMessages(StepsCommon): self.create_communities(1) self.join_created_communities() - delay(5) + delay(10) messages = [] message_chat_id = self.community_id_list[0] + self.chat_id_list[0] diff --git a/tests/test_leave_community.py b/tests/test_leave_community.py index d5f5ff20..0291cedc 100644 --- a/tests/test_leave_community.py +++ b/tests/test_leave_community.py @@ -16,7 +16,7 @@ class TestLeaveCommunity(StepsCommon): self.create_communities(num_joins) self.join_created_communities() - delay(5) + delay(10) failed_community_leave = [] for community_id in self.community_id_list: