// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`
Timeout and retry settings are supported to handle an action failure. You can specify parameters based on your need.
The timeout period for the action. Accepts time units, e.g. "5h" or "1d".
The number of times the action should be retried if it fails. Must be greater than 0.
The backoff policy type to use when retrying.
The time to wait between retries. Accepts time units, e.g. "2h" or "1d"