tests: audiodecoder: speed up audiodecoder_buffer_after_segment test
authorTim-Philipp Müller <tim@centricular.com>
Sat, 9 Mar 2019 17:17:11 +0000 (17:17 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Mar 2019 17:17:11 +0000 (17:17 +0000)
commiteed2e9d52bed70b3faae371c6b9c829c7c925b7d
tree0a3b781ce60eed9c2c8578d0a4531a2c19637525
parenta35d500eaeef06b2eb438f17c9f20702ef280b11
tests: audiodecoder: speed up audiodecoder_buffer_after_segment test

We're creating buffers with one sample here for some reason. The
actual value of the segment stop is irrelevant for what we're testing
here, so lower it to 10ms so that we create fewer buffers which speeds
things up on slow machines and in valgrind.
tests/check/libs/audiodecoder.c