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 098a249 commit bb06361Copy full SHA for bb06361
connectors/postgis.py
@@ -147,7 +147,7 @@ def __init__(self, uri):
147
self.passwd = uri.password()
148
149
try:
150
- self.con = psycopg2.connect(self.connection_info(), connect_timeout=10)
+ self.con = psycopg2.connect(self.connection_info(), connect_timeout=5)
151
except psycopg2.OperationalError as e:
152
raise DbError(e)
153
0 commit comments