ib: up API timeout default for remote host conns

Gud Boi 2026-01-21 20:05:07 -05:00
parent e2ff43f5c3
commit 56b69f97b3
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ async def load_aio_clients(
# the API TCP in `ib_insync` connection can be flaky af so instead
# retry a few times to get the client going..
connect_retries: int = 3,
connect_timeout: float = 10,
connect_timeout: float = 30, # in case a remote-host
disconnect_on_exit: bool = True,
) -> dict[str, Client]: