Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxnorpx <xnorpx@outlook.com>2023-05-30 08:30:03 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2023-05-30 20:54:01 +0300
commit0c7ae21d41e5b5103631c1c46f31e6c21aee631b (patch)
tree7abcff3e7da2ff9fe5bca5d3d3171e88fcceeac0
parent9e04e2c50c5a23293abe0923d068348d4cf1d991 (diff)
increase timeout for extension test
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 3246b660..afe76095 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -3,7 +3,7 @@ opus_tests = [
['test_opus_api'],
['test_opus_decode', [], 60],
['test_opus_encode', 'opus_encode_regressions.c', 120],
- ['test_opus_extensions'],
+ ['test_opus_extensions', 120],
['test_opus_padding'],
['test_opus_projection'],
]