From fd0471927d4428e4aafe881b847faf8a0ba1c311 Mon Sep 17 00:00:00 2001 From: sebres Date: Tue, 3 Apr 2018 11:53:03 +0200 Subject: [PATCH] badips: increase age for /list/cat in the test-cases (default 24h is too short, so the tests can sporadic fail) --- fail2ban/tests/action_d/test_badips.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fail2ban/tests/action_d/test_badips.py b/fail2ban/tests/action_d/test_badips.py index 781d0b05..4d1b5863 100644 --- a/fail2ban/tests/action_d/test_badips.py +++ b/fail2ban/tests/action_d/test_badips.py @@ -58,6 +58,7 @@ if sys.version_info >= (2,7): # pragma: no cover - may be unavailable self.jail.actions.add("badips", pythonModuleName, initOpts={ 'category': "ssh", 'banaction': "test", + 'age': "2w", 'score': 5, 'key': "fail2ban-test-suite", #'bankey': "fail2ban-test-suite",