From 732a9608a63c741e973d1b040f8f329218bf07fb Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 18 Aug 2010 14:30:15 +0000 Subject: Automated test (re #1111): decrease Speex PESQ threshold as it is not always able to achieve that, possibly depending on the host activity git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3286 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-pesq/100_defaults.py | 2 +- tests/pjsua/scripts-pesq/200_codec_speex_16000.py | 2 +- tests/pjsua/scripts-pesq/200_codec_speex_8000.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/pjsua/scripts-pesq/100_defaults.py b/tests/pjsua/scripts-pesq/100_defaults.py index d173062d..188b17bb 100644 --- a/tests/pjsua/scripts-pesq/100_defaults.py +++ b/tests/pjsua/scripts-pesq/100_defaults.py @@ -16,4 +16,4 @@ test_param = TestParam( ] ) -pesq_threshold = 3.9 +pesq_threshold = 3.8 diff --git a/tests/pjsua/scripts-pesq/200_codec_speex_16000.py b/tests/pjsua/scripts-pesq/200_codec_speex_16000.py index 62f58ab9..f4c5dac7 100644 --- a/tests/pjsua/scripts-pesq/200_codec_speex_16000.py +++ b/tests/pjsua/scripts-pesq/200_codec_speex_16000.py @@ -16,4 +16,4 @@ test_param = TestParam( ] ) -pesq_threshold = 3.9 +pesq_threshold = 3.8 diff --git a/tests/pjsua/scripts-pesq/200_codec_speex_8000.py b/tests/pjsua/scripts-pesq/200_codec_speex_8000.py index 2a754bdc..5cd1fb5b 100644 --- a/tests/pjsua/scripts-pesq/200_codec_speex_8000.py +++ b/tests/pjsua/scripts-pesq/200_codec_speex_8000.py @@ -16,4 +16,4 @@ test_param = TestParam( ] ) -pesq_threshold = 3.78 +pesq_threshold = 3.65 -- cgit v1.2.3