From: dhruvecosmob Date: Tue, 2 Nov 2021 05:29:56 +0000 (+0530) Subject: [mod_test] Increasing the precision time of fst_check_duration in the tts_time functi... X-Git-Tag: v1.10.8^2~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1424%2Fhead;p=thirdparty%2Ffreeswitch.git [mod_test] Increasing the precision time of fst_check_duration in the tts_time function of the unit-test. --- diff --git a/src/mod/applications/mod_test/test/test_tts.c b/src/mod/applications/mod_test/test/test_tts.c index f1e4205f68..e5ec1aa254 100644 --- a/src/mod/applications/mod_test/test/test_tts.c +++ b/src/mod/applications/mod_test/test/test_tts.c @@ -146,7 +146,7 @@ FST_TEST_BEGIN(tts_time) } while (status == SWITCH_STATUS_SUCCESS); fst_check(read = sample_rate / interval * 3); // samples of 3 second - fst_check_duration(3000, 500); + fst_check_duration(3000, 750); switch_core_speech_close(&sh, &flags); } FST_TEST_END()