From 712af4b9eb2a8b00caee21ecb23418be7686d139 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 21 Feb 2014 09:37:59 +0100 Subject: [PATCH] relax again wait times in tests --- tester/flexisip_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/flexisip_tester.c b/tester/flexisip_tester.c index 08466d709..4218c1009 100644 --- a/tester/flexisip_tester.c +++ b/tester/flexisip_tester.c @@ -243,7 +243,7 @@ static void call_forking_with_urgent_reply(void){ linphone_core_invite_address(pauline->lc,marie->identity); /*pauline should hear ringback, after 5 seconds, when it will retry without SRTP*/ - CU_ASSERT_TRUE(wait_for_list(lcs,&pauline->stat.number_of_LinphoneCallOutgoingRinging,1,6000)); + CU_ASSERT_TRUE(wait_for_list(lcs,&pauline->stat.number_of_LinphoneCallOutgoingRinging,1,9000)); /*Marie should be ringing*/ CU_ASSERT_TRUE(wait_for_list(lcs,&marie->stat.number_of_LinphoneCallIncomingReceived,1,1000));