mirror of
https://github.com/smittix/intercept.git
synced 2026-06-02 03:03:37 -07:00
Fix missing constants and test import names
- Add SUBPROCESS_TIMEOUT_SHORT to bluetooth constants - Fix test imports to use correct constant names Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -89,6 +89,9 @@ BLUETOOTHCTL_TIMEOUT = 10.0
|
||||
# btmgmt command timeout
|
||||
BTMGMT_TIMEOUT = 10.0
|
||||
|
||||
# Generic subprocess timeout (short operations)
|
||||
SUBPROCESS_TIMEOUT_SHORT = 5.0
|
||||
|
||||
# =============================================================================
|
||||
# ADDRESS TYPE CLASSIFICATIONS
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user