Up sample info poll loop iters

history_view
Tyler Goodlet 2022-09-02 13:56:01 -04:00
parent 50c5dc255c
commit 7958d8ad4f
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ async def display_symbol_data(
# region.setClipItem(flow.graphics)
# poll for datums load and timestep detection
for _ in range(10):
for _ in range(100):
try:
_, _, ratio = feed.get_ds_info()
break