mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
possible workaround for win10 test suite hang.
This commit is contained in:
parent
d3cef31cc5
commit
c4f3981df2
1 changed files with 1 additions and 1 deletions
|
|
@ -180,12 +180,12 @@ static void profile_call_base(bool_t avpf1
|
|||
}else {
|
||||
ms_message("Unsupported [%s] encryption type, cannot test",linphone_media_encryption_to_string(srtp2));
|
||||
goto end;
|
||||
|
||||
}
|
||||
|
||||
BC_ASSERT_TRUE(call(marie, pauline));
|
||||
BC_ASSERT_TRUE(wait_for(marie->lc, pauline->lc, &marie->stat.number_of_LinphoneCallStreamsRunning, 1));
|
||||
BC_ASSERT_TRUE(wait_for(marie->lc, pauline->lc, &pauline->stat.number_of_LinphoneCallStreamsRunning, 1));
|
||||
wait_for_until(marie->lc, pauline->lc, NULL, 0, 1000); /*wait 1 second for streams to start flowing*/
|
||||
if (linphone_core_get_current_call(marie->lc)) {
|
||||
params = linphone_call_get_current_params(linphone_core_get_current_call(marie->lc));
|
||||
BC_ASSERT_STRING_EQUAL(linphone_call_params_get_rtp_profile(params), expected_profile);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue