Increase timeout on thread queue test to make it pass on the slow

raspberrypis
This commit is contained in:
Nils O. Selåsdal
2014-11-10 21:05:45 +01:00
parent fe3e4d8e3c
commit 8c36756170
+1 -1
View File
@@ -390,7 +390,7 @@ Suite *threadqueue_suite(void)
tcase_add_test(tc1, test_thread_queue_clear);
//lets start with this:
tcase_set_timeout(tc1, 15);
tcase_set_timeout(tc1, 25);
suite_add_tcase(s, tc1);