Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
46eec72a
Commit
46eec72a
authored
Aug 27, 2014
by
Ghislain MARY
Browse files
Use iterate interval of 20ms instead of 100ms in the tester.
parent
a323e3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/tester.c
tester/tester.c
+1
-1
No files found.
tester/tester.c
View file @
46eec72a
...
...
@@ -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
(
10
0000
);
ms_usleep
(
2
0000
);
}
if
(
counter
&&
*
counter
<
value
)
return
FALSE
;
else
return
TRUE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment