avoid unnecessary computations in call with file player

This commit is contained in:
Simon Morlat 2015-02-18 00:20:01 +01:00
parent 56f89bbbaa
commit d69838771a

View file

@ -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);