mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
relax timeout
This commit is contained in:
parent
651830fda3
commit
30c95b7264
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ static void transport_dont_bind(void){
|
|||
tr.tls_port = LC_SIP_TRANSPORT_DONTBIND;
|
||||
|
||||
linphone_core_set_sip_transports(pauline->lc, &tr);
|
||||
BC_ASSERT_TRUE(wait_for_until(pauline->lc,pauline->lc,&counters->number_of_LinphoneRegistrationOk,2,9000));
|
||||
BC_ASSERT_TRUE(wait_for_until(pauline->lc,pauline->lc,&counters->number_of_LinphoneRegistrationOk,2,15000));
|
||||
memset(&tr, 0, sizeof(tr));
|
||||
linphone_core_get_sip_transports_used(pauline->lc, &tr);
|
||||
BC_ASSERT_EQUAL(tr.udp_port, 0, int, "%i");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue