TP-69871 | increased cosmos sync wait time from 30sec to 1min (#1100)

This commit is contained in:
Ashish Deo
2024-09-04 17:11:59 +05:30
committed by GitHub
parent dcb695946a
commit e29e243ec4

View File

@@ -42,7 +42,7 @@ export const COUNTDOWN_INTERVAL_BEFORE_BLOCKING = 5 * 60; // in seconds, this is
export const WAIT_BEFORE_LONGHORN_PERMANENT_BLOCK =
WAIT_INTERVAL_BEFORE_COUNTDOWN + COUNTDOWN_INTERVAL_BEFORE_BLOCKING * 1000; //5 minutes 10 seconds ;
export const COSMOS_SYNC_WAITING_FOR_CALL_BEFORE_BLOCKING = 120 * 1000; // 2 minutes
export const COSMOS_SYNC_WAITING_FOR_CALL_BEFORE_BLOCKING = 60 * 1000; // 1 minute
export enum DEEPLINK_TYPE {
MANDATE_SETUP = 'MANDATE_SETUP',