maxTime

open fun maxTime(timeout: ERROR CLASS: Symbol not found for Duration)(source)

Specifies a maximum amount of time for processing the request.

collections.count {
options {
maxTime(10.seconds)
}
}