forked from Mirrors/freeswitch
[mod_test] Increasing the precision time of fst_check_duration in the tts_time function of the unit-test.
This commit is contained in:
parent
3c6ffc146f
commit
0c8ff2fbcf
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue