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 9dc1c16 commit b586e3cCopy full SHA for b586e3c
tests/test_pool.py
@@ -57,7 +57,7 @@ async def test_pool_03(self):
57
58
con = await pool.acquire(timeout=1)
59
with self.assertRaises(asyncio.TimeoutError):
60
- await pool.acquire(timeout=1)
+ await pool.acquire(timeout=0.03)
61
62
pool.terminate()
63
del con
0 commit comments