Query Timeout

Data Hub queries terminate execution if they take longer than 60 seconds to complete. This default behavior can be modified or disabled.
Note: The Spectrum server must be restarted for these changes to take effect.
To modify the time that queries run before timing out and terminating, open the <Spectrum Location>/server/modules/hub/hub.properties file and set the hub.query.timeout property to the new value in milliseconds. For example, to set the new time to 120 seconds, enter "120000" (120 x 1000).

To disable the timeout feature, open the <Spectrum Location>/server/modules/hub/neo4j.properties file and set the execution_guard_enabled property to "false".