[mod_test] Increasing the precision time of fst_check_duration in the tts_time function of the unit-test.

This commit is contained in:
dhruvecosmob 2021-11-02 10:59:56 +05:30
parent 3c6ffc146f
commit 0c8ff2fbcf
1 changed files with 1 additions and 1 deletions

View 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()