Bump timeout up
parent
f1d61ac01b
commit
fc3baf4bd1
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue