Bump timeout up

misc_ib_updates
Tyler Goodlet 2021-12-17 13:35:37 -05:00
parent f1d61ac01b
commit fc3baf4bd1
1 changed files with 1 additions and 1 deletions

View File

@ -1367,7 +1367,7 @@ async def stream_quotes(
# TODO: support multiple subscriptions # TODO: support multiple subscriptions
sym = symbols[0] sym = symbols[0]
with trio.fail_after(3) as cs: with trio.fail_after(16) as cs:
contract, first_ticker, details = await _trio_run_client_method( contract, first_ticker, details = await _trio_run_client_method(
method='get_quote', method='get_quote',
symbol=sym, symbol=sym,