Skip to content

Commit

Permalink
eclipse-cyclonedds#187 Restoring original timeout value.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 authored Mar 18, 2023
1 parent ad14819 commit 9fa1938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async/async_subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def on_liveliness_changed(self, reader, status):


async def task1(reader):
async for sample in reader.take_aiter(timeout=duration(seconds=10)):
async for sample in reader.take_aiter(timeout=duration(seconds=2)):
print(sample)


Expand Down

0 comments on commit 9fa1938

Please sign in to comment.