forked from mirrors/linphone-iphone
Flexisip's DOS test wasn't working
This commit is contained in:
parent
795b46413b
commit
a87e810a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@ static void dos_module_trigger(void) {
|
|||
// At this point we should be banned for a minute
|
||||
|
||||
wait_for_until(marie->lc, pauline->lc, &dummy, 1, 65000);; // Wait several seconds to ensure we are not banned anymore
|
||||
BC_ASSERT_LOWER(marie->stat.number_of_LinphoneMessageReceived, number_of_messge_to_send, int, "%d");
|
||||
BC_ASSERT_LOWER_STRICT(marie->stat.number_of_LinphoneMessageReceived, number_of_messge_to_send, int, "%d");
|
||||
|
||||
reset_counters(&marie->stat);
|
||||
reset_counters(&pauline->stat);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue