1 diff --git a/tests/meson.build b/tests/meson.build
2 index 5f3ac9d..74b2de7 100644
3 --- a/tests/meson.build
4 +++ b/tests/meson.build
6 # Tests that link to libopus
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'],