Merge "tests: Save ourselves 20s of sleep"

This commit is contained in:
Zuul 2022-05-02 16:10:31 +00:00 committed by Gerrit Code Review
commit a41286e1f8

View File

@ -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