julianhyde / sqlline

Shell for issuing SQL to relational databases via JDBC
BSD 3-Clause "New" or "Revised" License
618 stars 146 forks source link

Resetting timeout does not seem to work #485

Open ayushbindlish opened 1 year ago

ayushbindlish commented 1 year ago

I am trying to set infinite timeout or timeout to a large value but it does not seem to affect the sqlline behaviour.

sqlline> !reset timeout
[timeout] was reset to [-1]

The client always timeouts around the mark of 3 minutes.

Error: Error while executing SQL "...": java.net.SocketTimeoutException: Read timed out (state=,code=0)