diff --git a/test/unit/common/test_daemon.py b/test/unit/common/test_daemon.py index 44c864b00e..d53d15f10e 100644 --- a/test/unit/common/test_daemon.py +++ b/test/unit/common/test_daemon.py @@ -32,6 +32,7 @@ from test.debug_logger import debug_logger class MyDaemon(daemon.Daemon): + WORKERS_HEALTHCHECK_INTERVAL = 0 def __init__(self, conf): self.conf = conf