Tue Oct 14 08:58:12 EDT 2008 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>

* nua/check_register.c: Increased test timeouts to 10 seconds
  
  This prevents occasional test timeout errors in Maemo Scratchbox.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10351 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-11-12 11:59:09 +00:00
parent 834397d025
commit 38e0e5a303
1 changed files with 2 additions and 2 deletions

View File

@ -717,7 +717,7 @@ TCase *register_tcase(void)
tcase_add_test(tc, register_1_3_2_1);
tcase_add_test(tc, register_1_3_2_2);
}
tcase_set_timeout(tc, 5);
tcase_set_timeout(tc, 10);
return tc;
}
@ -729,7 +729,7 @@ TCase *pingpong_tcase(void)
{
tcase_add_test(tc, register_1_3_3_1);
}
tcase_set_timeout(tc, 5);
tcase_set_timeout(tc, 10);
return tc;
}