mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
check: Fix comment about the timeout for generic stress test.
Setting the timeout to 0 makes it infinite, so fix the comment above accordingly.
This commit is contained in:
parent
da0a34e493
commit
6f9b066019
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ stress_suite (void)
|
||||||
Suite *s = suite_create ("stress");
|
Suite *s = suite_create ("stress");
|
||||||
TCase *tc_chain = tcase_create ("linear");
|
TCase *tc_chain = tcase_create ("linear");
|
||||||
|
|
||||||
/* time out after 20s, not the default 3 */
|
/* Completely disable timeout for this test */
|
||||||
tcase_set_timeout (tc_chain, 0);
|
tcase_set_timeout (tc_chain, 0);
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
|
Loading…
Reference in a new issue