Fix stator test fixture

This commit is contained in:
Andrew Godwin 2022-12-15 13:48:24 -07:00
parent 13fd3785f2
commit 612ab4bcdf

View file

@ -223,7 +223,7 @@ def stator(config_system) -> StatorRunner:
concurrency=100,
schedule_interval=30,
)
runner.handled = 0
runner.handled = {}
runner.started = time.monotonic()
runner.last_clean = time.monotonic() - runner.schedule_interval
runner.tasks = []