The DEFAULT_RETRY_TEMPLATE uses exponential backoff starting at 2s with max 3min delay between retries, making tests run unnecessarily long. This change introduces SHORT_RETRY_TEMPLATE with fixed 100ms backoff to speed up test execution while preserving the same retry behavior and error handling.