community message
This commit is contained in:
parent
831790ef4b
commit
c1801a7824
|
@ -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]
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue