Skip to content

Commit

Permalink
fix sleep time (Azure#25769)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan authored and wonder6845 committed Aug 23, 2022
1 parent 49856b9 commit 54edbf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def on_error(events, pid, err):
with producer:
for i in range(100):
producer.send_event(EventData("test"))
time.sleep(.1)

time.sleep(60)

Expand Down

0 comments on commit 54edbf9

Please sign in to comment.