summaryrefslogtreecommitdiff
path: root/tests
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>2010-02-12 11:12:33 +0100
commit9b70be59c77b03446ad8867092353e004c1d095f (patch)
tree439810f35ff18c7922b9bfb4d3b631cd7257ad3e /tests
parente5d41ba4077b3f84e3c21eea099cb5bac344e7f6 (diff)
[MOVED FROM BAD 09/29] shapewipe: Increase timeout of the unit test
Diffstat (limited to 'tests')
-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 6fcb06986..d0ec63f9a 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;