Add timeout in group chat tester to that the server has the time to destroy a one-to-one chat room before trying to re-create it.

This commit is contained in:
Ghislain MARY 2018-04-06 15:26:01 +02:00
parent 4d17bb5f54
commit ff01c92a59

View file

@ -3010,6 +3010,7 @@ static void group_chat_room_new_unique_one_to_one_chat_room_after_both_participa
// Both participants delete the chat room
linphone_core_manager_delete_chat_room(marie, marieCr, coresList);
linphone_core_manager_delete_chat_room(pauline, paulineCr, coresList);
wait_for_list(coresList, 0, 1, 3000);
// Marie re-creates a chat room with Pauline
initialMarieStats = marie->stat;