diff --git a/tester/vcard_tester.c b/tester/vcard_tester.c index b52c5e156..b06d7e9f1 100644 --- a/tester/vcard_tester.c +++ b/tester/vcard_tester.c @@ -79,7 +79,9 @@ static void linphone_vcard_import_a_lot_of_friends_test(void) { elapsed = (double)(end - start); ms_error("Imported a thousand of vCards (only %i friends with SIP address found) in %f seconds", ms_list_size(friends), elapsed / CLOCKS_PER_SEC); +#ifndef ANDROID BC_ASSERT_TRUE(elapsed < 1500000); // 1.5 seconds +#endif ms_free(import_filepath); linphone_core_manager_destroy(manager);