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 128910e commit 2c4e894Copy full SHA for 2c4e894
tests/test_timeout.py
@@ -141,7 +141,7 @@ async def test_command_timeout_01(self):
141
class SlowPrepareConnection(pg_connection.Connection):
142
"""Connection class to test timeouts."""
143
async def _get_statement(self, query, timeout):
144
- await asyncio.sleep(0.15, loop=self._loop)
+ await asyncio.sleep(0.3, loop=self._loop)
145
return await super()._get_statement(query, timeout)
146
147
0 commit comments