Skip to content

Commit

Permalink
Bump timeout up
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jan 23, 2022
1 parent f1d61ac commit fc3baf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piker/brokers/ib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ async def stream_quotes(
# TODO: support multiple subscriptions
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(
method='get_quote',
symbol=sym,
Expand Down

0 comments on commit fc3baf4

Please sign in to comment.