Override Retry backoff

Virtual service allows to override retry condition and number of retries.
How can we override default retry backoff of 25 ms+

Form documentation:

The interval between retries (25ms+) is variable and determined automatically by Istio, preventing the called service from being overwhelmed with requests. The default retry behavior for HTTP requests is to retry twice before returning the error.