Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / libopus / test-timeout.patch
blobe20f12cc1d54e96cc0ab15150e6f0047ca651c96
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
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'],