]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_test] Increasing the precision time of fst_check_duration in the tts_time functi... 1424/head
authordhruvecosmob <dhruv.gupta@ecosmob.com>
Tue, 2 Nov 2021 05:29:56 +0000 (10:59 +0530)
committerdhruvecosmob <dhruv.gupta@ecosmob.com>
Tue, 2 Nov 2021 05:29:56 +0000 (10:59 +0530)
src/mod/applications/mod_test/test/test_tts.c

index f1e4205f6874ccccd35f5e2b886d0191a0559c4c..e5ec1aa25458bd5a5d25d14c0cdfacc28a3f0b08 100644 (file)
@@ -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()