<!--
{
  "availability" : [
    "iOS: 15.2.0 -",
    "iPadOS: 15.2.0 -",
    "macCatalyst: 15.2.0 -",
    "macOS: 12.1.0 -",
    "tvOS: 15.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKitTest",
  "identifier" : "/documentation/StoreKitTest/SKTestSession/TimeRate-swift.enum/monthlyRenewalEveryFiveMinutes",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "StoreKit Test"
    ],
    "preciseIdentifier" : "c:@E@SKTestTimeRate@SKTestTimeRateMonthlyRenewalEveryFiveMinutes"
  },
  "title" : "SKTestSession.TimeRate.monthlyRenewalEveryFiveMinutes"
}
-->

# SKTestSession.TimeRate.monthlyRenewalEveryFiveMinutes

A rate of time in the test environment in which monthly subscriptions renew every 5 minutes.

```
case monthlyRenewalEveryFiveMinutes
```

## Discussion

The following table shows how this time rate affects subscriptions with various renewal periods in the testing environment:

|Subscription renewal period|Renewal time|
|---------------------------|------------|
|Weekly                     |3 minutes   |
|Monthly                    |5 minutes   |
|Bimonthly                  |10 minutes  |
|Quarterly                  |15 minutes  |
|Semiannually               |30 minutes  |
|Annually                   |1 hour      |

The sandbox environment also supports this subscription renewal rate. For more information about renewal rates in the sandbox environment, see [Test Apple In-App Purchases](https://help.apple.com/app-store-connect/#/dev7e89e149d).

The time rate also affects the billing grace period and the billing retry period in the testing environment, as the table below shows:

|Type                                                         |Time period         |
|-------------------------------------------------------------|--------------------|
|Grace period for subscriptions with a weekly renewal period  |2 minutes 34 seconds|
|Grace period for subscriptions with all other renewal periods|2 minutes 30 seconds|
|Billing retry period                                         |10 minutes          |

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)