Query Timeout
How to Increase Query Timeout in DBeaver?
If you experience long query execution times, you can increase the timeout setting in DBeaver:
Open the Connection Editor for your database.
Go to the Driver Properties section.
Find Socket Timeout, which is measured in milliseconds by default.
Increase the timeout value (e.g., to 120 seconds or more) to allow queries to run longer without timing out.
Last updated