shithub: opus

Download patch

ref: a97151d390978d93b4311ef8794bd3af23703355
parent: 8894546bed8a58f43f92bffc2c80fd82485b2750
author: Xavier Claessens <xavier.claessens@collabora.com>
date: Fri Feb 16 13:18:35 EST 2024

meson: Increase slow tests timeout

They timeout on GitHub actions because those runners are slower.

--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,8 +1,8 @@
 # Tests that link to libopus
 opus_tests = [
   ['test_opus_api'],
-  ['test_opus_decode', [], 60],
-  ['test_opus_encode', 'opus_encode_regressions.c', 120],
+  ['test_opus_decode', [], 120],
+  ['test_opus_encode', 'opus_encode_regressions.c', 240],
   ['test_opus_extensions', [], 120],
   ['test_opus_padding'],
   ['test_opus_projection'],
--