From ff01c92a593080e92f50daec85d7ab07cf7f4705 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 6 Apr 2018 15:26:01 +0200 Subject: [PATCH] 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. --- tester/group_chat_tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/group_chat_tester.c b/tester/group_chat_tester.c index d1672bb10..fd6372d0f 100644 --- a/tester/group_chat_tester.c +++ b/tester/group_chat_tester.c @@ -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;