From 3cd4f434527950c377818d61a3bcccb4511bf01e Mon Sep 17 00:00:00 2001 From: chiragsalian Date: Wed, 18 Aug 2021 11:19:27 -0700 Subject: [PATCH] Increase to 5 seconds --- src/libs/actions/BankAccounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/BankAccounts.js b/src/libs/actions/BankAccounts.js index 78d8e0a1f9f..69e2c696db7 100644 --- a/src/libs/actions/BankAccounts.js +++ b/src/libs/actions/BankAccounts.js @@ -577,7 +577,7 @@ function validateBankAccount(bankAccountID, validateCode) { API.BankAccount_Validate({bankAccountID, validateCode}) .then((response) => { if (response.jsonCode === 200) { - Growl.show('Bank Account successfully validated!', CONST.GROWL.SUCCESS, 3000); + Growl.show('Bank Account successfully validated!', CONST.GROWL.SUCCESS, 5000); API.User_IsUsingExpensifyCard() .then(({isUsingExpensifyCard}) => { const reimbursementAccount = {