at 24.05-pre 486 B view raw
1diff --git a/tests/meson.build b/tests/meson.build 2index 5f3ac9d..74b2de7 100644 3--- a/tests/meson.build 4+++ b/tests/meson.build 5@@ -1,8 +1,8 @@ 6 # Tests that link to libopus 7 opus_tests = [ 8- ['test_opus_api'], 9- ['test_opus_decode', [], 60], 10- ['test_opus_encode', 'opus_encode_regressions.c', 120], 11+ ['test_opus_api', [], 60], 12+ ['test_opus_decode', [], 120], 13+ ['test_opus_encode', 'opus_encode_regressions.c', 240], 14 ['test_opus_padding'], 15 ['test_opus_projection'], 16 ]