summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBranko Subasic <branko@axis.com>2014-09-19 18:29:00 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-09-24 10:38:08 +0300
commit2745e6f65416de4b70e07875f00e94059c030821 (patch)
tree1901fb58bb044654de157ddb86ab72da5a33a132 /tests
parent2218510cae291dca6f27920583729f8cfaf276ff (diff)
tests: Extend unit test timeout to accomodate for valgrind
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=736647
Diffstat (limited to 'tests')
-rw-r--r--tests/check/gst/rtspserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/gst/rtspserver.c b/tests/check/gst/rtspserver.c
index 28910f7..f95af4b 100644
--- a/tests/check/gst/rtspserver.c
+++ b/tests/check/gst/rtspserver.c
@@ -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);