Set Druid Timeout: Complete Guide
In Druid, the timeout can be set using the druid.query.timeoutMillis property. You can add the following configuration in Druid’s configuration file to set the timeout.
druid.query.timeoutMillis=30000
This will set the timeout for Druid queries to 30 seconds. You can adjust the timeout as needed.