mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: jpegdec: bump discoverer timeout for valgrind
Tests might take a bit longer, esp. when run under valgrind and/or they're running on the CI with other things going on, so let's just bump the timeout to something higher and let the test runner time us out if needed.
This commit is contained in:
parent
f23724b8a6
commit
abef4e4ea3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ GST_START_TEST (test_jpegdec_discover)
|
|||
GstDiscovererInfo *info;
|
||||
GstDiscovererVideoInfo *video;
|
||||
|
||||
disco = gst_discoverer_new (5 * GST_SECOND, &error);
|
||||
disco = gst_discoverer_new (60 * GST_SECOND, &error);
|
||||
|
||||
fail_unless (GST_IS_DISCOVERER (disco));
|
||||
fail_unless (error == NULL, "%s", (error ? error->message : ""));
|
||||
|
|
Loading…
Reference in a new issue