allow test_rate to take 7 seconds
This commit is contained in:
parent
531d51dccf
commit
f04b4da920
|
@ -110,8 +110,8 @@ void test_rate()
|
|||
|
||||
ptime start = time_now();
|
||||
|
||||
// it shouldn't take more than 2 seconds
|
||||
for (int i = 0; i < 20; ++i)
|
||||
// it shouldn't take more than 7 seconds
|
||||
for (int i = 0; i < 70; ++i)
|
||||
{
|
||||
print_alerts(ses1, "ses1", true, true, true, &on_alert);
|
||||
print_alerts(ses2, "ses2", true, true, true, &on_alert);
|
||||
|
|
Loading…
Reference in New Issue