mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
tests: add a timeout of 5 slightly above the default
This commit is contained in:
parent
2879426a82
commit
366ead5ab0
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ neonhttpsrc_suite (void)
|
|||
TCase *tc_chain = tcase_create ("general");
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
tcase_set_timeout (tc_chain, 5);
|
||||
tcase_add_test (tc_chain, test_first_buffer_has_offset);
|
||||
tcase_add_test (tc_chain, test_icy_stream);
|
||||
|
||||
|
|
Loading…
Reference in a new issue