Skip to content

Commit 373737c

Browse files
authored
Merge pull request #507 from byllyfish/task
Remove unnecessary sleep and fix asyncio ERROR message.
2 parents 54771b6 + 1e016f2 commit 373737c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

finsy/test/gnmi_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ async def Subscribe(
135135
await asyncio.sleep(0.2)
136136
for reply in _GNMI_SUBSCRIBE_RESPONSES_UPDATES:
137137
yield pbutil.from_text(reply, gnmi.SubscribeResponse)
138-
await asyncio.sleep(5.0)
139138
case "poll": # not supported
140139
raise RuntimeError("not supported")
141140
case _:

0 commit comments

Comments
 (0)