QUERY_TIMEOUT_S query option
Sets the idle query timeout value for the session, in seconds. Queries that sit idle for longer than the
timeout value are automatically cancelled. If the system administrator specified the
--idle_query_timeout startup option, QUERY_TIMEOUT_S must be smaller than
or equal to the --idle_query_timeout value.
SET QUERY_TIMEOUT_S=seconds;
Type: numeric
Default: 0 (no timeout if --idle_query_timeout not in effect; otherwise, use
--idle_query_timeout value)