From e29e243ec4a2e61b7b0f24a7b88ca284f034ad64 Mon Sep 17 00:00:00 2001 From: Ashish Deo Date: Wed, 4 Sep 2024 17:11:59 +0530 Subject: [PATCH] TP-69871 | increased cosmos sync wait time from 30sec to 1min (#1100) --- src/constants/Common.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/Common.constants.ts b/src/constants/Common.constants.ts index b4a1d445..89bb7c57 100644 --- a/src/constants/Common.constants.ts +++ b/src/constants/Common.constants.ts @@ -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',