mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests: increase bus test timeout
This commit is contained in:
parent
b95ceeb09b
commit
825bc829b1
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ gst_bus_suite (void)
|
||||||
Suite *s = suite_create ("GstBus");
|
Suite *s = suite_create ("GstBus");
|
||||||
TCase *tc_chain = tcase_create ("stresstest");
|
TCase *tc_chain = tcase_create ("stresstest");
|
||||||
|
|
||||||
tcase_set_timeout (tc_chain, 20);
|
tcase_set_timeout (tc_chain, 60);
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
tcase_add_test (tc_chain, test_hammer_bus);
|
tcase_add_test (tc_chain, test_hammer_bus);
|
||||||
|
|
Loading…
Reference in a new issue