diff --git a/web/default/src/constants/toast.constants.js b/web/default/src/constants/toast.constants.js index 50684722c5..03feb9537d 100644 --- a/web/default/src/constants/toast.constants.js +++ b/web/default/src/constants/toast.constants.js @@ -1,7 +1,7 @@ export const toastConstants = { - SUCCESS_TIMEOUT: 1500, - INFO_TIMEOUT: 3000, - ERROR_TIMEOUT: 5000, + SUCCESS_TIMEOUT: 5000, + INFO_TIMEOUT: 8000, + ERROR_TIMEOUT: 10000, WARNING_TIMEOUT: 10000, - NOTICE_TIMEOUT: 20000 + NOTICE_TIMEOUT: 20000, };