lower event stress test params since it fails too easily on CI

This commit is contained in:
Lex Berezhny 2020-07-13 16:45:35 -04:00
parent b792b134a2
commit 3af71a2674

View file

@ -92,8 +92,8 @@ class StreamControllerTestCase(AsyncioTestCase):
class TestEventQueuePublisher(AsyncioTestCase):
async def test_event_buffering_avoids_overloading_asyncio(self):
threads = 4
generate_events = 3000
threads = 3
generate_events = 2000
expected_event_count = (threads * generate_events)-1
queue = mp.Queue()