mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Use iterate interval of 20ms instead of 100ms in the tester.
This commit is contained in:
parent
a323e3c357
commit
46eec72a57
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ bool_t wait_for_list(MSList* lcs,int* counter,int value,int timeout_ms) {
|
|||
for (iterator=lcs;iterator!=NULL;iterator=iterator->next) {
|
||||
linphone_core_iterate((LinphoneCore*)(iterator->data));
|
||||
}
|
||||
ms_usleep(100000);
|
||||
ms_usleep(20000);
|
||||
}
|
||||
if(counter && *counter<value) return FALSE;
|
||||
else return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue