lower event stress test params since it fails too easily on CI, attempt 3
This commit is contained in:
parent
8c6633de17
commit
9e87394fca
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class TestEventQueuePublisher(AsyncioTestCase):
|
|||
|
||||
async def test_event_buffering_avoids_overloading_asyncio(self):
|
||||
threads = 2
|
||||
generate_events = 2000
|
||||
generate_events = 1000
|
||||
expected_event_count = (threads * generate_events)-1
|
||||
|
||||
queue = mp.Queue()
|
||||
|
|
Loading…
Reference in a new issue