Reduced sized of hello44100 to perform audio bypass test suite faster

This commit is contained in:
Sylvain Berfini 2016-05-18 14:42:23 +02:00
parent 36fd57c45b
commit 3e884b8e52
2 changed files with 1 additions and 1 deletions

View file

@ -478,7 +478,7 @@ static void audio_bypass(void) {
BC_ASSERT_STRING_EQUAL(linphone_call_params_get_used_audio_codec(linphone_call_get_current_params(linphone_core_get_current_call(marie_lc)))->mime_type, "L16");
wait_for_until(pauline_lc, marie_lc, NULL, 0, 22000); //hello44100.wav is 22 seconds long
wait_for_until(pauline_lc, marie_lc, NULL, 0, 4000); //hello44100.wav is 4 seconds long
end_call(marie, pauline);
BC_ASSERT_EQUAL(ms_audio_diff(hellopath, recordpath, &similar, &audio_cmp_params, NULL, NULL), 0, int, "%d");

Binary file not shown.