[MOVED FROM BAD 09/29] shapewipe: Increase timeout of the unit test

This commit is contained in:
Sebastian Dröge 2009-06-04 08:56:14 +02:00
parent e5d41ba407
commit 9b70be59c7

View 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;