mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
fix race condition in test. Indeed, the SUBSCRIBE is refreshed after the 40 seconds inactivity period, which allows the new presence test to be received.
This commit is contained in:
parent
c99c4b1b27
commit
83983ae9ac
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ static void subscriber_no_longer_reachable(void){
|
|||
lcs = bctbx_list_append(lcs, marie->lc);
|
||||
lcs = bctbx_list_append(lcs, pauline1->lc);
|
||||
|
||||
lp_config_set_int(marie->lc->config, "sip", "subscribe_expires", 40);
|
||||
lp_config_set_int(marie->lc->config, "sip", "subscribe_expires", 60);
|
||||
linphone_core_set_user_agent(marie->lc, "full-presence-support", NULL);
|
||||
linphone_core_set_user_agent(pauline1->lc, "full-presence-support", NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue