about summary refs log tree commit diff
path: root/pkgs/development/libraries/libopus/test-timeout.patch
blob: e20f12cc1d54e96cc0ab15150e6f0047ca651c96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/tests/meson.build b/tests/meson.build
index 5f3ac9d..74b2de7 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_api', [], 60],
+  ['test_opus_decode', [], 120],
+  ['test_opus_encode', 'opus_encode_regressions.c', 240],
   ['test_opus_padding'],
   ['test_opus_projection'],
 ]