We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26793e9 commit e4617edCopy full SHA for e4617ed
tests/__init__.py
@@ -434,7 +434,7 @@ def test(objects):
434
def test_many_requests(self):
435
@asyncio.coroutine
436
def test(objects):
437
- max_connections = getattr(objects.database, 'max_connections', 0)
+ max_connections = getattr(objects.database, 'max_connections', 1)
438
text = "Test %s" % uuid.uuid4()
439
obj = yield from objects.create(TestModel, text=text)
440
n = 2 * max_connections # number of requests
0 commit comments