[MOVED FROM BAD 09/29] shapewipe: Increase timeout of the unit test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 4 Jun 2009 06:56:14 +0000 (08:56 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Feb 2010 10:12:33 +0000 (11:12 +0100)
tests/check/elements/shapewipe.c

index 6fcb069..d0ec63f 100644 (file)
@@ -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;