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 5a4e8cd commit 8001f6eCopy full SHA for 8001f6e
tests/test_prepare.py
@@ -360,7 +360,7 @@ async def test_prepare_18_empty_result(self):
360
361
async def test_prepare_19_concurrent_calls(self):
362
st = self.loop.create_task(self.con.fetchval(
363
- 'SELECT ROW(pg_sleep(0.03), 1)'))
+ 'SELECT ROW(pg_sleep(0.1), 1)'))
364
365
# Wait for some time to make sure the first query is fully
366
# prepared (!) and is now awaiting the results (!!).
0 commit comments