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
a6836f87
Commit
a6836f87
authored
Nov 29, 2018
by
DanmeiChen
Browse files
fix test crash in ios: give more time to connect the network
parent
7557a5f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tester/call_single_tester.c
tester/call_single_tester.c
+3
-3
No files found.
tester/call_single_tester.c
View file @
a6836f87
...
...
@@ -341,11 +341,11 @@ bool_t call_with_params2(LinphoneCoreManager* caller_mgr
}
BC_ASSERT_PTR_NULL
(
linphone_call_get_remote_params
(
caller_call
));
/*assert that remote params are NULL when no response is received yet*/
did_receive_call
=
wait_for
(
callee_mgr
->
lc
// test ios simulator needs more time, 3s plus for connectng the network
did_receive_call
=
wait_for
_until
(
callee_mgr
->
lc
,
caller_mgr
->
lc
,
&
callee_mgr
->
stat
.
number_of_LinphoneCallIncomingReceived
,
initial_callee
.
number_of_LinphoneCallIncomingReceived
+
1
);
,
initial_callee
.
number_of_LinphoneCallIncomingReceived
+
1
,
12000
);
BC_ASSERT_EQUAL
(
did_receive_call
,
!
callee_test_params
->
sdp_simulate_error
,
int
,
"%d"
);
sal_default_set_sdp_handling
(
linphone_core_get_sal
(
caller_mgr
->
lc
),
SalOpSDPNormal
);
...
...
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