diff --git a/app/imports/client/ui/components/snackbars/SnackbarQueue.vue b/app/imports/client/ui/components/snackbars/SnackbarQueue.vue index a17e085f..c746bbb4 100644 --- a/app/imports/client/ui/components/snackbars/SnackbarQueue.vue +++ b/app/imports/client/ui/components/snackbars/SnackbarQueue.vue @@ -52,7 +52,7 @@ export default { props: { timeout: { type: Number, - default: 6000000, + default: 15000, }, pause: { type: Number,