diff --git a/src/app/subscription/components/subscription-checkout-button.tsx b/src/app/subscription/components/subscription-checkout-button.tsx index e520b6c8..e89d3539 100644 --- a/src/app/subscription/components/subscription-checkout-button.tsx +++ b/src/app/subscription/components/subscription-checkout-button.tsx @@ -17,7 +17,7 @@ import { StripePaymentDialog } from "./stripe-payment-dialog"; import { SubscriptionCtaButton } from "./subscription-cta-button"; import styles from "./subscription-cta-button.module.css"; -const EZPAY_DEVELOPMENT_REDIRECT_DELAY_MS = 5000; +const EZPAY_DEVELOPMENT_REDIRECT_DELAY_MS = 10000; const log = new Logger("SubscriptionCheckoutButton"); export interface SubscriptionCheckoutButtonProps {