mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 05:29:22 +00:00
Merge pull request #1424 from dhruvecosmob/test_tts_change
[mod_test] Increase tts_time unit-test's duration window.
This commit is contained in:
commit
70a1761ab5
@ -146,7 +146,7 @@ FST_TEST_BEGIN(tts_time)
|
|||||||
} while (status == SWITCH_STATUS_SUCCESS);
|
} while (status == SWITCH_STATUS_SUCCESS);
|
||||||
|
|
||||||
fst_check(read = sample_rate / interval * 3); // samples of 3 second
|
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);
|
switch_core_speech_close(&sh, &flags);
|
||||||
}
|
}
|
||||||
FST_TEST_END()
|
FST_TEST_END()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user