summaryrefslogtreecommitdiffstats
path: root/tests/check
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-04 08:56:14 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-04 08:57:25 +0200
commit5c112d4286553aa07615faad518839fdc3c39e4f (patch)
tree0f8661eafe63a33ba8e6167909ab3b77e6bdc0a0 /tests/check
parent9176374ecd2fd655187c35487ad8635ecc4fe71c (diff)
downloadgst-plugins-bad-5c112d4286553aa07615faad518839fdc3c39e4f.tar.gz
gst-plugins-bad-5c112d4286553aa07615faad518839fdc3c39e4f.tar.bz2
gst-plugins-bad-5c112d4286553aa07615faad518839fdc3c39e4f.zip
shapewipe: Increase timeout of the unit test
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/elements/shapewipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/shapewipe.c b/tests/check/elements/shapewipe.c
index 6fcb0698..d0ec63f9 100644
--- a/tests/check/elements/shapewipe.c
+++ b/tests/check/elements/shapewipe.c
@@ -298,6 +298,7 @@ shapewipe_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
+ tcase_set_timeout (tc_chain, 180);
tcase_add_test (tc_chain, test_general);
return s;