mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests: Extend unit test timeout to accomodate for valgrind
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=736647
This commit is contained in:
parent
2218510cae
commit
2745e6f654
1 changed files with 1 additions and 1 deletions
|
@ -1431,7 +1431,7 @@ rtspserver_suite (void)
|
|||
|
||||
suite_add_tcase (s, tc);
|
||||
tcase_add_checked_fixture (tc, setup, teardown);
|
||||
tcase_set_timeout (tc, 20);
|
||||
tcase_set_timeout (tc, 120);
|
||||
tcase_add_test (tc, test_connect);
|
||||
tcase_add_test (tc, test_describe);
|
||||
tcase_add_test (tc, test_describe_non_existing_mount_point);
|
||||
|
|
Loading…
Reference in a new issue