From f16696d24255d73313ee5861ebf38f0a2839a205 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Tue, 16 Dec 2014 10:47:42 +0100 Subject: [PATCH] Update file player test to take in account the new hello8000 duration --- tester/call_tester.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tester/call_tester.c b/tester/call_tester.c index 3f317a338..0ebe9173b 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -2052,7 +2052,9 @@ static void call_with_file_player(void) { CU_ASSERT_TRUE(linphone_player_open(player,hellopath,on_eof,marie)==0); CU_ASSERT_TRUE(linphone_player_start(player)==0); } - CU_ASSERT_TRUE(wait_for_until(pauline->lc,marie->lc,&marie->stat.number_of_player_eof,1,12000)); + + /* 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)); /*just to sleep*/ linphone_core_terminate_all_calls(marie->lc);