mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
Fix stator test fixture
This commit is contained in:
parent
13fd3785f2
commit
612ab4bcdf
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue