// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` spec renders the component 1`] = `

Timeout and retry settings are supported to handle an action failure. You can specify parameters based on your need.

Timeout

The timeout period for the action. Accepts time units, e.g. "5h" or "1d".

Retry count

The number of times the action should be retried if it fails. Must be greater than 0.

Retry backoff

The backoff policy type to use when retrying.

EuiIconMock
Retry delay

The time to wait between retries. Accepts time units, e.g. "2h" or "1d"

`;