- lance.MergeInsertBuilder.retry_timeout(timeout: timedelta) MergeInsertBuilder
Set the timeout used to limit retries.
This is the maximum time to spend on the operation before giving up. At least one attempt will be made, regardless of how long it takes to complete. Subsequent attempts will be cancelled once this timeout is reached. If the timeout has been reached during the first attempt, the operation will be cancelled immediately before making a second attempt.
The default is 30 seconds.