diff --git a/src/app/hooks/use-invoice-events.ts b/src/app/hooks/use-invoice-events.ts index d2c05d8f8..459a81ba2 100644 --- a/src/app/hooks/use-invoice-events.ts +++ b/src/app/hooks/use-invoice-events.ts @@ -7,7 +7,7 @@ import isNil from 'checkout/utils/is-nil'; import { PayableInvoiceData } from './create-payment'; import { PollingResult, pollInvoiceEvents } from './invoice-events'; -const API_METHOD_CALL_MS = 5000; +const API_METHOD_CALL_MS = 10000; const DEFAULT_TIMEOUT_MS = 60 * 1000 * 10; const PAYMENT_STARTED_TIMEOUT_MS = 60 * 1000;