MOTOR-981 Test Failure - asyncio_tests.test_asyncio_session.TestAsyncIOSession.test_collection (#181)

This commit is contained in:
Steven Silvester 2022-09-07 18:33:21 -05:00 committed by GitHub
parent 19d12b0f4e
commit 6e8e2ee0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ class TestAsyncIOSession(AsyncIOTestCase):
await self._test_ops(client, *ops)
@asyncio_test(timeout=30)
@asyncio_test(timeout=60)
async def test_collection(self):
listener = TestListener()
client = self.asyncio_client(event_listeners=[listener])