mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user