maxWaitSecs

val maxWaitSecs: Int? = null

Parameters

maxWaitSecs

The maximum number of seconds to wait for builds before returning. If this time is reached before maxBuilds is reached, the query returns with the already processed builds. Note that this time is respected with best effort. A query will return soon after this time has passed but there is no guarantee that it exactly returns before this time has passed. This parameter has no effect if reverse=true is specified, because new builds cannot become available in the past. If not provided, the default value is 3.