Bump up timeout on multi-feed test for CI

agg_feedz
Tyler Goodlet 2022-11-17 18:23:34 -05:00
parent 28fd795280
commit 5d021ffb85
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def test_multi_fqsn_feed(
assert quote['last'] == flume.first_quote['last']
cntr = Counter()
with trio.fail_after(3):
with trio.fail_after(5):
async for quotes in stream:
for fqsn, quote in quotes.items():
cntr[fqsn] += 1