Skip to content

Commit 41a16b9

Browse files
groksrcclaude
andauthored
fix: Increase brew outdated timeout from 15s to 60s (#695)
Signed-off-by: Drew Cain <groksrc@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 367fcaa commit 41a16b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_memory/cli/auto_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
PYPI_JSON_URL = "https://pypi.org/pypi/basic-memory/json"
2323

2424
PYPI_TIMEOUT_SECONDS = 5
25-
BREW_OUTDATED_TIMEOUT_SECONDS = 15
25+
BREW_OUTDATED_TIMEOUT_SECONDS = 60
2626
UV_UPGRADE_TIMEOUT_SECONDS = 180
2727
BREW_UPGRADE_TIMEOUT_SECONDS = 600
2828

0 commit comments

Comments
 (0)