Skip to content

Commit 6e8e2ee

Browse files
authored
MOTOR-981 Test Failure - asyncio_tests.test_asyncio_session.TestAsyncIOSession.test_collection (#181)
1 parent 19d12b0 commit 6e8e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asyncio_tests/test_asyncio_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def test_database(self):
104104

105105
await self._test_ops(client, *ops)
106106

107-
@asyncio_test(timeout=30)
107+
@asyncio_test(timeout=60)
108108
async def test_collection(self):
109109
listener = TestListener()
110110
client = self.asyncio_client(event_listeners=[listener])

0 commit comments

Comments
 (0)