forked from Rockachopa/Timmy-time-dashboard
Add pre-commit hook enforcing 30s test suite time limit (#132)
This commit is contained in:
committed by
GitHub
parent
aff3edb06a
commit
2b97da9e9c
@@ -221,7 +221,7 @@ def get_task_queue_status() -> dict[str, Any]:
|
||||
)
|
||||
|
||||
counts = get_counts_by_status()
|
||||
current = get_current_task_for_agent("timmy")
|
||||
current = get_current_task_for_agent("default")
|
||||
|
||||
result: dict[str, Any] = {
|
||||
"counts": counts,
|
||||
|
||||
Reference in New Issue
Block a user