bumps timeout up

This commit is contained in:
serversdwn
2026-03-30 23:46:34 -04:00
parent f8f590b19b
commit 8e985154a7
2 changed files with 5 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ class MiniMateClient:
self,
port: str,
baud: int = 38_400,
timeout: float = 5.0,
timeout: float = 15.0,
transport: Optional[BaseTransport] = None,
) -> None:
self.port = port