From d69838771a0396c3b390e4768c8e5a717b9952af Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 18 Feb 2015 00:20:01 +0100 Subject: [PATCH] avoid unnecessary computations in call with file player --- tester/call_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/call_tester.c b/tester/call_tester.c index ce68337aa..42068f327 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -2182,7 +2182,7 @@ static void call_with_file_player(void) { } /* This assert should be modified to be at least as long as the hello8000.wav file */ - CU_ASSERT_TRUE(wait_for_until(pauline->lc,marie->lc,&marie->stat.number_of_player_eof,1,30000)); + CU_ASSERT_TRUE(wait_for_until(pauline->lc,marie->lc,&marie->stat.number_of_player_eof,1,23000)); /*just to sleep*/ linphone_core_terminate_all_calls(marie->lc);