Fix stator test fixture
This commit is contained in:
parent
13fd3785f2
commit
612ab4bcdf
|
@ -223,7 +223,7 @@ def stator(config_system) -> StatorRunner:
|
||||||
concurrency=100,
|
concurrency=100,
|
||||||
schedule_interval=30,
|
schedule_interval=30,
|
||||||
)
|
)
|
||||||
runner.handled = 0
|
runner.handled = {}
|
||||||
runner.started = time.monotonic()
|
runner.started = time.monotonic()
|
||||||
runner.last_clean = time.monotonic() - runner.schedule_interval
|
runner.last_clean = time.monotonic() - runner.schedule_interval
|
||||||
runner.tasks = []
|
runner.tasks = []
|
||||||
|
|
Loading…
Reference in New Issue