summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index 9a639eb8..02215098 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -341,10 +341,7 @@ static Suite *tox_suite(void)
341{ 341{
342 Suite *s = suite_create("ToxAV"); 342 Suite *s = suite_create("ToxAV");
343 343
344 TCase *tc_av_three_calls = tcase_create("AV_three_calls"); 344 DEFTESTCASE(AV_three_calls);
345 tcase_add_test(tc_av_three_calls, test_AV_three_calls);
346 tcase_set_timeout(tc_av_three_calls, 150);
347 suite_add_tcase(s, tc_av_three_calls);
348 345
349 return s; 346 return s;
350} 347}