Skip to content

Commit

Permalink
tests: fix flacking nats-real test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 14, 2024
1 parent 2355603 commit 6171692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/opentelemetry/nats/test_nats.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def test_batch(
@broker.subscriber(
queue,
stream=stream,
pull_sub=PullSub(3, batch=True),
pull_sub=PullSub(3, batch=True, timeout=30.0),
**self.subscriber_kwargs,
)
async def handler(m):
Expand Down

0 comments on commit 6171692

Please sign in to comment.