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
ead96f8e
Commit
ead96f8e
authored
Dec 06, 2013
by
jehan
Browse files
give more time to tester for being registered
parent
2fa2ab90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/liblinphone_tester.c
tester/liblinphone_tester.c
+1
-1
No files found.
tester/liblinphone_tester.c
View file @
ead96f8e
...
...
@@ -205,7 +205,7 @@ LinphoneCoreManager* linphone_core_manager_new2(const char* rc_file, int check_f
else
proxy_count
=
0
;
while
(
mgr
->
stat
.
number_of_LinphoneRegistrationOk
<
proxy_count
&&
retry
++
<
(
2
0
+
(
proxy_count
>
2
?
(
proxy_count
-
2
)
*
10
:
0
)))
{
while
(
mgr
->
stat
.
number_of_LinphoneRegistrationOk
<
proxy_count
&&
retry
++
<
(
3
0
+
(
proxy_count
>
2
?
(
proxy_count
-
2
)
*
10
:
0
)))
{
linphone_core_iterate
(
mgr
->
lc
);
ms_usleep
(
100000
);
}
...
...
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