timeout
The time interval after which the request automatically fails if it hasn’t already completed.
Declaration
var timeout: TimeInterval { get set }Discussion
The default timeout interval is 30 seconds. If a metadata fetch takes longer than the timeout interval, the completion handler is called with the error code LPError.Code.metadataFetchTimedOut.