Skip to content

Commit 4a35fcb

Browse files
committed
Bump up timeout on multi-feed test for CI
1 parent 446648d commit 4a35fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_feeds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def main():
9696
assert quote['last'] == flume.first_quote['last']
9797

9898
cntr = Counter()
99-
with trio.fail_after(3):
99+
with trio.fail_after(5):
100100
async for quotes in stream:
101101
for fqsn, quote in quotes.items():
102102
cntr[fqsn] += 1

0 commit comments

Comments
 (0)