Skip to content

Commit

Permalink
Increase invoice events polling timeout (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeinAsylum authored Oct 13, 2023
1 parent afa789e commit ae02fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/hooks/use-invoice-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ae02fc5

Please sign in to comment.