Skip to content

Commit

Permalink
Bump up timeout on multi-feed test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Dec 10, 2022
1 parent 446648d commit 4a35fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def main():
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
Expand Down

0 comments on commit 4a35fcb

Please sign in to comment.