diff --git a/tests/meson.build b/tests/meson.build index 18b6fafcb48bfa22ea329a18ca3b0f47888c1515..1c1ddf07c2bdb714fac8f2add43787d26063bce6 100644 --- 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'],