timeoutInSeconds property
Number of seconds before a Query times out.
A Query will fail and throw a QueryException if timeoutInSeconds seconds elapse before the query completes. Defaults to 30 seconds.
Implementation
int timeoutInSeconds = 30;
Number of seconds before a Query times out.
A Query will fail and throw a QueryException if timeoutInSeconds seconds elapse before the query completes. Defaults to 30 seconds.
int timeoutInSeconds = 30;