Skip to content

Commit 2c4e894

Browse files
committed
Bump another timeout for Travis.
1 parent 128910e commit 2c4e894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async def test_command_timeout_01(self):
141141
class SlowPrepareConnection(pg_connection.Connection):
142142
"""Connection class to test timeouts."""
143143
async def _get_statement(self, query, timeout):
144-
await asyncio.sleep(0.15, loop=self._loop)
144+
await asyncio.sleep(0.3, loop=self._loop)
145145
return await super()._get_statement(query, timeout)
146146

147147

0 commit comments

Comments
 (0)