1
0

Add pre-commit hook enforcing 30s test suite time limit (#132)

This commit is contained in:
Alexander Whitestone
2026-03-05 19:45:38 -05:00
committed by GitHub
parent aff3edb06a
commit 2b97da9e9c
65 changed files with 356 additions and 611 deletions

View File

@@ -76,7 +76,7 @@ class PushNotifier:
try:
script = (
f'display notification "{message}" '
f'with title "Timmy Time" subtitle "{title}"'
f'with title "Agent Dashboard" subtitle "{title}"'
)
subprocess.Popen(
["osascript", "-e", script],