We now properly skip the too old entries when scanning responses,
so we need to set a long enough period so that the responses are
still valids when we compute the ratio.
class TestDynBlockGroupServFailsRatio(DynBlocksTest):
- _dynBlockPeriod = 2
+ # we need this period to be quite long because we request the valid
+ # queries to be still looked at to reach the 20 queries count!
+ _dynBlockPeriod = 6
_dynBlockDuration = 5
_config_params = ['_dynBlockPeriod', '_dynBlockDuration', '_testServerPort']
_config_template = """