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.
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 : ""));