Skip to content

Commit a97151d

Browse files
xclaessejmvalin
authored andcommitted
meson: Increase slow tests timeout
They timeout on GitHub actions because those runners are slower.
1 parent 8894546 commit a97151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tests that link to libopus
22
opus_tests = [
33
['test_opus_api'],
4-
['test_opus_decode', [], 60],
5-
['test_opus_encode', 'opus_encode_regressions.c', 120],
4+
['test_opus_decode', [], 120],
5+
['test_opus_encode', 'opus_encode_regressions.c', 240],
66
['test_opus_extensions', [], 120],
77
['test_opus_padding'],
88
['test_opus_projection'],

0 commit comments

Comments
 (0)