Inquiry command is sent with inquiry lenght 10.24 sec. There are testcases where that time is needed to end the test, therefore change timeout to 12 sec (number choosed based on strong feelings ;)) --- android/android-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/android-tester.c b/android/android-tester.c index 65516c1..b09834a 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -3707,7 +3707,7 @@ static void test_hidhost_get_report(const void *test_data) user->test_data = data; \ tester_add_full(name, data, test_pre_setup, test_setup, \ test, test_teardown, test_post_teardown, \ - 3, user, g_free); \ + 12, user, g_free); \ } while (0) int main(int argc, char *argv[]) -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html